dune-geometry
2.2.0
|
Class providing access to the singletons of the generic reference elements. Special methods are available for simplex and cube elements of any dimension. The method general can be used to obtain the reference element for a given geometry type. More...
#include <dune/geometry/referenceelements.hh>
Public Types | |
typedef GenericReferenceElementContainer < ctype, dim >::const_iterator | Iterator |
Static Public Member Functions | |
static const GenericReferenceElement< ctype, dim > & | general (const GeometryType &type) |
get general generic reference elements | |
static const GenericReferenceElement< ctype, dim > & | simplex () |
get simplex generic reference elements | |
static const GenericReferenceElement< ctype, dim > & | cube () |
get hypercube generic reference elements | |
static Iterator | begin () |
static Iterator | end () |
Class providing access to the singletons of the generic reference elements. Special methods are available for simplex and cube elements of any dimension. The method general can be used to obtain the reference element for a given geometry type.
typedef GenericReferenceElementContainer< ctype, dim >::const_iterator Dune::GenericReferenceElements< ctype, dim >::Iterator |
|
inlinestatic |
|
inlinestatic |
get hypercube generic reference elements
|
inlinestatic |
|
inlinestatic |
get general generic reference elements
|
inlinestatic |
get simplex generic reference elements