Various functors for simplices. More...
#include "SimplexJac.h"
#include "functor.ipp"
Go to the source code of this file.
Classes | |
class | SimplexDeterminant< N, M, T > |
Functor for the determinant of the Jacobian matrix. More... | |
class | SimplexContent< N, M, T > |
Functor for the content of a simplex. More... | |
class | SimplexMinimumEdgeLength< N, M, T > |
Functor for the minimum edge length of a simplex. More... | |
class | SimplexMaximumEdgeLength< N, M, T > |
Functor for the minimum edge length of a simplex. More... | |
Functions | |
template<int N, int M, typename T > | |
SimplexDeterminant< N, M, T > | simplexDeterminant () |
Convenience function for constructing a SimplexDeterminant . | |
template<int N, int M, typename T > | |
SimplexContent< N, M, T > | simplexContent () |
Convenience function for constructing a SimplexContent . | |
template<int N, int M, typename T > | |
SimplexMinimumEdgeLength< N, M, T > | simplexMinimumEdgeLength () |
Convenience function for constructing a SimplexMinimumEdgeLength . | |
template<int N, int M, typename T > | |
SimplexMaximumEdgeLength< N, M, T > | simplexMaximumEdgeLength () |
Convenience function for constructing a SimplexMaximumEdgeLength . |
Various functors for simplices.