dune-geometry  2.2.1
Classes | Public Member Functions | List of all members
Dune::GenericReferenceElement< ctype, dim >::SubEntityInfo Class Reference

Topological and geometric information about the subentities of a reference element. More...

#include <dune/geometry/referenceelements.hh>

Classes

struct  Initialize
struct  Initialize< Topology, codim >

Public Member Functions

int size (int cc) const
int number (int ii, int cc) const
const FieldVector< ctype, dim > & position () const
const GeometryTypetype () const
unsigned int topologyId () const
template<class Topology , unsigned int codim, unsigned int i>
void initialize ()

Detailed Description

template<class ctype, int dim>
class Dune::GenericReferenceElement< ctype, dim >::SubEntityInfo

Topological and geometric information about the subentities of a reference element.

Member Function Documentation

template<class ctype , int dim>
template<class Topology , unsigned int codim, unsigned int i>
void Dune::GenericReferenceElement< ctype, dim >::SubEntityInfo::initialize ( )
inline
template<class ctype , int dim>
int Dune::GenericReferenceElement< ctype, dim >::SubEntityInfo::number ( int  ii,
int  cc 
) const
inline
template<class ctype , int dim>
const FieldVector< ctype, dim >& Dune::GenericReferenceElement< ctype, dim >::SubEntityInfo::position ( ) const
inline
template<class ctype , int dim>
int Dune::GenericReferenceElement< ctype, dim >::SubEntityInfo::size ( int  cc) const
inline
template<class ctype , int dim>
unsigned int Dune::GenericReferenceElement< ctype, dim >::SubEntityInfo::topologyId ( ) const
inline
template<class ctype , int dim>
const GeometryType& Dune::GenericReferenceElement< ctype, dim >::SubEntityInfo::type ( ) const
inline

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