dune-geometry  2.3beta2
Static Public Member Functions | List of all members
Dune::ReferenceElement< ctype, dim >::CreateGeometries< codim > Struct Template Reference

#include <dune/geometry/referenceelements.hh>

Static Public Member Functions

template<int cc>
static const ReferenceElement
< ctype, dim-cc > & 
subRefElement (const ReferenceElement< ctype, dim > &refElement, int i, integral_constant< int, cc >)
static const ReferenceElement
< ctype, dim > & 
subRefElement (const ReferenceElement< ctype, dim > &refElement, int i, integral_constant< int, 0 >)
static void apply (const ReferenceElement< ctype, dim > &refElement, GeometryTable &geometries)

Member Function Documentation

template<class ctype, int dim>
template<int codim>
static void Dune::ReferenceElement< ctype, dim >::CreateGeometries< codim >::apply ( const ReferenceElement< ctype, dim > &  refElement,
GeometryTable geometries 
)
inlinestatic
template<class ctype, int dim>
template<int codim>
template<int cc>
static const ReferenceElement< ctype, dim-cc >& Dune::ReferenceElement< ctype, dim >::CreateGeometries< codim >::subRefElement ( const ReferenceElement< ctype, dim > &  refElement,
int  i,
integral_constant< int, cc >   
)
inlinestatic
template<class ctype, int dim>
template<int codim>
static const ReferenceElement< ctype, dim >& Dune::ReferenceElement< ctype, dim >::CreateGeometries< codim >::subRefElement ( const ReferenceElement< ctype, dim > &  refElement,
int  i,
integral_constant< int, 0 >   
)
inlinestatic

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