dune-geometry  2.2.0
Public Types | Static Public Member Functions
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/referenceelements.hh>

List of all members.

Public Types

typedef
GenericReferenceElementContainer
< ctype, dim >::const_iterator 
Iterator

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
static Iterator begin ()
static Iterator end ()

Detailed Description

template<class ctype, int 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.


Member Typedef Documentation

template<class ctype , int dim>
typedef GenericReferenceElementContainer< ctype, dim >::const_iterator Dune::GenericReferenceElements< ctype, dim >::Iterator

Member Function Documentation

template<class ctype , int dim>
static Iterator Dune::GenericReferenceElements< ctype, dim >::begin ( ) [inline, static]
template<class ctype , int dim>
static const GenericReferenceElement< ctype, dim >& Dune::GenericReferenceElements< ctype, dim >::cube ( ) [inline, static]

get hypercube generic reference elements

template<class ctype , int dim>
static Iterator Dune::GenericReferenceElements< ctype, dim >::end ( ) [inline, static]
template<class ctype , int dim>
static const GenericReferenceElement< ctype, dim >& Dune::GenericReferenceElements< ctype, dim >::general ( const GeometryType type) [inline, static]

get general generic reference elements

template<class ctype , int dim>
static const GenericReferenceElement< ctype, dim >& Dune::GenericReferenceElements< ctype, dim >::simplex ( ) [inline, static]

get simplex generic reference elements


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