dune-geometry
2.3.1
|
Class providing access to the singletons of the 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 ReferenceElementContainer < ctype, dim >::const_iterator | Iterator |
Static Public Member Functions | |
static const ReferenceElement < ctype, dim > & | general (const GeometryType &type) |
get general reference elements | |
static const ReferenceElement < ctype, dim > & | simplex () |
get simplex reference elements | |
static const ReferenceElement < ctype, dim > & | cube () |
get hypercube reference elements | |
static Iterator | begin () |
static Iterator | end () |
Class providing access to the singletons of the 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 ReferenceElementContainer< ctype, dim >::const_iterator Dune::ReferenceElements< ctype, dim >::Iterator |
|
inlinestatic |
|
inlinestatic |
get hypercube reference elements
|
inlinestatic |
|
inlinestatic |
get general reference elements
|
inlinestatic |
get simplex reference elements