Dune Core Modules (2.3.1)
•All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Dune::GenericReferenceElements< ctype, dim > Struct Template Reference
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/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 | |
Detailed Description
template<class ctype, int dim>
struct Dune::GenericReferenceElements< ctype, dim >
struct Dune::GenericReferenceElements< ctype, dim >
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.
- Deprecated:
- GenericReferenceElements was renamed to ReferenceElements. The class with the old name will be removed after Dune 2.3.
The documentation for this struct was generated from the following file:
- dune/geometry/genericreferenceelements.hh
