dune-geometry
2.4
|
Class providing access to the singletons of the reference elements. More...
#include <dune/geometry/affinegeometry.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 More... | |
static const ReferenceElement< ctype, dim > & | simplex () |
get simplex reference elements More... | |
static const ReferenceElement< ctype, dim > & | cube () |
get hypercube reference elements More... | |
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
Referenced by Dune::RefinementImp::Simplex::RefinementIteratorSpecial< dimension, CoordType, 0 >::geometry().