#include "IndSimpSetIncAdj.h"
#include "topology.h"
#include "../simplex.h"
#include "cellAttributes.ipp"
Go to the source code of this file.
Namespaces | |
namespace | geom |
Functions | |
template<int M, typename T, typename VertRAIter, typename ISInIter, typename OutputIterator> | |
void | geom::computeMeanRatio (VertRAIter vertices, ISInIter indexedSimplicesBeginning, ISInIter indexedSimplicesEnd, OutputIterator output) |
Calculate the mean ratio function for each simplex in the mesh. | |
template<int M, typename T, typename SimpInIter, typename OutputIterator> | |
void | geom::computeMeanRatio (SimpInIter simplicesBeginning, SimpInIter simplicesEnd, OutputIterator output) |
Calculate the mean ratio function for each simplex in the mesh. | |
template<int M, typename T, typename VertRAIter, typename ISInIter, typename OutputIterator> | |
void | geom::computeModifiedMeanRatio (VertRAIter vertices, ISInIter indexedSimplicesBeginning, ISInIter indexedSimplicesEnd, OutputIterator output) |
Calculate the modified mean ratio function for each simplex in the mesh. | |
template<int M, typename T, typename SimpInIter, typename OutputIterator> | |
void | geom::computeModifiedMeanRatio (SimpInIter simplicesBeginning, SimpInIter simplicesEnd, OutputIterator output) |
Calculate the modified mean ratio function for each simplex in the mesh. | |
template<int M, typename T, typename VertRAIter, typename ISInIter, typename OutputIterator> | |
void | geom::computeConditionNumber (VertRAIter vertices, ISInIter indexedSimplicesBeginning, ISInIter indexedSimplicesEnd, OutputIterator output) |
Calculate the condition number function for each simplex in the mesh. | |
template<int M, typename T, typename SimpInIter, typename OutputIterator> | |
void | geom::computeConditionNumber (SimpInIter simplicesBeginning, SimpInIter simplicesEnd, OutputIterator output) |
Calculate the condition number function for each simplex in the mesh. | |
template<int M, typename T, typename VertRAIter, typename ISInIter, typename OutputIterator> | |
void | geom::computeModifiedConditionNumber (VertRAIter vertices, ISInIter indexedSimplicesBeginning, ISInIter indexedSimplicesEnd, OutputIterator output) |
Calculate the modified condition number function for each simplex in the mesh. | |
template<int M, typename T, typename SimpInIter, typename OutputIterator> | |
void | geom::computeModifiedConditionNumber (SimpInIter simplicesBeginning, SimpInIter simplicesEnd, OutputIterator output) |
Calculate the modified condition number function for each simplex in the mesh. | |
template<int M, typename T, typename VertRAIter, typename ISInIter, typename OutputIterator> | |
void | geom::computeContent (VertRAIter vertices, ISInIter indexedSimplicesBeginning, ISInIter indexedSimplicesEnd, OutputIterator output) |
Calculate the content for each simplex in the mesh. | |
template<int M, typename T, typename SimpInIter, typename OutputIterator> | |
void | geom::computeContent (SimpInIter simplicesBeginning, SimpInIter simplicesEnd, OutputIterator output) |
Calculate the content for each simplex in the mesh. |