dune-geometry
2.2.0
|
#include <dune/geometry/referenceelements.hh>
Classes | |
struct | Builder |
Public Types | |
typedef GenericReferenceElement< ctype, dim > | value_type |
typedef const value_type * | const_iterator |
Public Member Functions | |
GenericReferenceElementContainer () | |
const value_type & | operator() (const unsigned int topologyId) const |
const value_type & | operator() (const GeometryType &type) const |
const value_type & | simplex () const |
const value_type & | cube () const |
const value_type & | pyramid () const |
const value_type & | prism () const |
const_iterator | begin () const |
const_iterator | end () const |
Static Public Member Functions | |
static const GenericReferenceElementContainer & | instance () |
typedef const value_type* Dune::GenericReferenceElementContainer< ctype, dim >::const_iterator |
typedef GenericReferenceElement< ctype, dim > Dune::GenericReferenceElementContainer< ctype, dim >::value_type |
Dune::GenericReferenceElementContainer< ctype, dim >::GenericReferenceElementContainer | ( | ) | [inline] |
const_iterator Dune::GenericReferenceElementContainer< ctype, dim >::begin | ( | ) | const [inline] |
const value_type& Dune::GenericReferenceElementContainer< ctype, dim >::cube | ( | ) | const [inline] |
const_iterator Dune::GenericReferenceElementContainer< ctype, dim >::end | ( | ) | const [inline] |
static const GenericReferenceElementContainer& Dune::GenericReferenceElementContainer< ctype, dim >::instance | ( | ) | [inline, static] |
const value_type& Dune::GenericReferenceElementContainer< ctype, dim >::operator() | ( | const unsigned int | topologyId | ) | const [inline] |
References Dune::GenericGeometry::topologyId().
const value_type& Dune::GenericReferenceElementContainer< ctype, dim >::operator() | ( | const GeometryType & | type | ) | const [inline] |
References Dune::GeometryType::dim(), and Dune::GeometryType::id().
const value_type& Dune::GenericReferenceElementContainer< ctype, dim >::prism | ( | ) | const [inline] |
const value_type& Dune::GenericReferenceElementContainer< ctype, dim >::pyramid | ( | ) | const [inline] |
const value_type& Dune::GenericReferenceElementContainer< ctype, dim >::simplex | ( | ) | const [inline] |