dune-grid
2.1.1
|
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/grid/common/genericreferenceelements.hh>
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 |
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.
static const GenericReferenceElement< ctype, dim >& Dune::GenericReferenceElements< ctype, dim >::cube | ( | ) | [inline, static] |
get hypercube generic reference elements
References Dune::GenericReferenceElementContainer< ctype, dim >::cube().
Referenced by Dune::ALU3dGridGeometricFaceInfoBase< tetra, Comm >::getReferenceElement(), and Dune::ALU3dGridGeometricFaceInfoBase< tetra, Comm >::getReferenceFace().
static const GenericReferenceElement< ctype, dim >& Dune::GenericReferenceElements< ctype, dim >::general | ( | const GeometryType & | type | ) | [inline, static] |
get general generic reference elements
Referenced by Dune::VTK::CornerIterator< CellIterator >::increment(), Dune::VTK::FunctionWriterBase< Func::Traits::Cell >::write(), and Dune::VTK::BasicWriter< NonConformingBoundaryIteratorFactory< GV > >::writeCellFunction().
static const GenericReferenceElement< ctype, dim >& Dune::GenericReferenceElements< ctype, dim >::simplex | ( | ) | [inline, static] |
get simplex generic reference elements
References Dune::GenericReferenceElementContainer< ctype, dim >::simplex().
Referenced by Dune::AlbertaGridIntersectionBase< Grid >::centerIntegrationOuterNormal(), Dune::ALU3dGridGeometricFaceInfoBase< tetra, Comm >::getReferenceElement(), Dune::ALU3dGridGeometricFaceInfoBase< tetra, Comm >::getReferenceFace(), and Dune::DuneGridFormatParser::setOrientation().