Dune Core Modules (2.9.0)

Dune::Geo::ReferenceElements< ctype_, dim > Struct Template Reference

Class providing access to the singletons of the reference elements. More...

#include <dune/geometry/referenceelements.hh>

Public Types

using ctype = ctype_
 The coordinate field type of the contained reference elements.
 
using CoordinateField = ctype
 The coordinate field type of the contained reference elements.
 
using ReferenceElement = typename Container::ReferenceElement
 The reference element type.
 
using Iterator = typename Container::const_iterator
 Iterator over available reference elements.
 
using iterator = Iterator
 Iterator over available reference elements.
 

Static Public Member Functions

static const ReferenceElementgeneral (const GeometryType &type)
 get general reference elements
 
static const ReferenceElementsimplex ()
 get simplex reference elements
 
static const ReferenceElementcube ()
 get hypercube reference elements
 

Static Public Attributes

static constexpr int dimension = dim
 The dimension of the contained reference elements.
 

Detailed Description

template<class ctype_, int dim>
struct Dune::Geo::ReferenceElements< ctype_, dim >

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.


The documentation for this struct was generated from the following files:
Creative Commons License   |  Legal Statements / Impressum  |  Hosted by TU Dresden  |  generated with Hugo v0.80.0 (Apr 25, 22:37, 2024)