dune-geometry  2.3.1
Public Types | Static Public Member Functions | List of all members
Dune::ReferenceElements< ctype, dim > Struct Template Reference

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. More...

#include <dune/geometry/referenceelements.hh>

Public Types

typedef
ReferenceElementContainer
< ctype, dim >::const_iterator 
Iterator

Static Public Member Functions

static const ReferenceElement
< ctype, dim > & 
general (const GeometryType &type)
 get general reference elements
static const ReferenceElement
< ctype, dim > & 
simplex ()
 get simplex reference elements
static const ReferenceElement
< ctype, dim > & 
cube ()
 get hypercube reference elements
static Iterator begin ()
static Iterator end ()

Detailed Description

template<class ctype, int dim>
struct Dune::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.

Member Typedef Documentation

template<class ctype , int dim>
typedef ReferenceElementContainer< ctype, dim >::const_iterator Dune::ReferenceElements< ctype, dim >::Iterator

Member Function Documentation

template<class ctype , int dim>
static Iterator Dune::ReferenceElements< ctype, dim >::begin ( )
inlinestatic
template<class ctype , int dim>
static const ReferenceElement< ctype, dim >& Dune::ReferenceElements< ctype, dim >::cube ( )
inlinestatic

get hypercube reference elements

template<class ctype , int dim>
static Iterator Dune::ReferenceElements< ctype, dim >::end ( )
inlinestatic
template<class ctype , int dim>
static const ReferenceElement< ctype, dim >& Dune::ReferenceElements< ctype, dim >::general ( const GeometryType type)
inlinestatic

get general reference elements

template<class ctype , int dim>
static const ReferenceElement< ctype, dim >& Dune::ReferenceElements< ctype, dim >::simplex ( )
inlinestatic

get simplex reference elements


The documentation for this struct was generated from the following file: