- Home
- About DUNE
- Download
- Documentation
- Community
- Development
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
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(), Dune::DGFWriter< GV >::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
Referenced by Dune::ALU3dGridGeometricFaceInfoBase< tetra, Comm >::getReferenceElement(), Dune::ALU3dGridGeometricFaceInfoBase< tetra, Comm >::getReferenceFace(), and Dune::DuneGridFormatParser::setOrientation().
Generated on Fri Apr 29 2011 with Doxygen (ver 1.7.1) [doxygen-log,error-log].