Functions | |
template<int M, typename T , typename VertRAIter , typename ISInIter , typename OutputIterator > | |
void | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | computeContent (SimpInIter simplicesBeginning, SimpInIter simplicesEnd, OutputIterator output) |
Calculate the content for each simplex in the mesh. | |
template<int N, int M, bool A, typename T , typename V , typename IS , typename OutputIterator > | |
void | IndSimpSet::computeMeanRatio (const IndSimpSet< N, M, A, T, V, IS > &iss, OutputIterator output) |
Calculate the mean ratio function for each simplex in the mesh. | |
template<int N, int M, bool A, typename T , typename V , typename IS , typename OutputIterator > | |
void | IndSimpSet::computeModifiedMeanRatio (const IndSimpSet< N, M, A, T, V, IS > &iss, OutputIterator output) |
Calculate the modified mean ratio function for each simplex in the mesh. | |
template<int N, int M, bool A, typename T , typename V , typename IS , typename OutputIterator > | |
void | IndSimpSet::computeConditionNumber (const IndSimpSet< N, M, A, T, V, IS > &iss, OutputIterator output) |
Calculate the condition number function for each simplex in the mesh. | |
template<int N, int M, bool A, typename T , typename V , typename IS , typename OutputIterator > | |
void | IndSimpSet::computeModifiedConditionNumber (const IndSimpSet< N, M, A, T, V, IS > &iss, OutputIterator output) |
Calculate the modified condition number function for each simplex in the mesh. | |
template<int N, int M, bool A, typename T , typename V , typename IS , typename OutputIterator > | |
void | IndSimpSet::computeContent (const IndSimpSet< N, M, A, T, V, IS > &iss, OutputIterator output) |
Calculate the content for each simplex in the mesh. |
These functions compute cell attributes for simplicial meshes.
void computeConditionNumber | ( | const IndSimpSet< N, M, A, T, V, IS > & | iss, | |
OutputIterator | output | |||
) | [related, inherited] |
Calculate the condition number function for each simplex in the mesh.
void computeContent | ( | const IndSimpSet< N, M, A, T, V, IS > & | iss, | |
OutputIterator | output | |||
) | [related, inherited] |
Calculate the content for each simplex in the mesh.
void computeMeanRatio | ( | const IndSimpSet< N, M, A, T, V, IS > & | iss, | |
OutputIterator | output | |||
) | [related, inherited] |
Calculate the mean ratio function for each simplex in the mesh.
void computeModifiedConditionNumber | ( | const IndSimpSet< N, M, A, T, V, IS > & | iss, | |
OutputIterator | output | |||
) | [related, inherited] |
Calculate the modified condition number function for each simplex in the mesh.
void computeModifiedMeanRatio | ( | const IndSimpSet< N, M, A, T, V, IS > & | iss, | |
OutputIterator | output | |||
) | [related, inherited] |
Calculate the modified mean ratio function for each simplex in the mesh.