dune-fem 2.8.0
Loading...
Searching...
No Matches
Public Member Functions | Static Public Attributes | List of all members
Dune::Fem::MapGeometryType< dim, T > Struct Template Reference

#include <dune/fem/misc/mapgeomtype.hh>

Public Member Functions

 MapGeometryType (const T &value=T())
 constructor
 
const int & operator[] (const GeometryType &type) const
 return const reference to data
 
int & operator[] (const GeometryType &type)
 return const reference to data
 

Static Public Attributes

static const int dimension = dim
 dimension
 

Constructor & Destructor Documentation

◆ MapGeometryType()

template<int dim, class T >
Dune::Fem::MapGeometryType< dim, T >::MapGeometryType ( const T &  value = T())
inline

constructor

Member Function Documentation

◆ operator[]() [1/2]

template<int dim, class T >
int & Dune::Fem::MapGeometryType< dim, T >::operator[] ( const GeometryType &  type)
inline

return const reference to data

◆ operator[]() [2/2]

template<int dim, class T >
const int & Dune::Fem::MapGeometryType< dim, T >::operator[] ( const GeometryType &  type) const
inline

return const reference to data

Member Data Documentation

◆ dimension

template<int dim, class T >
const int Dune::Fem::MapGeometryType< dim, T >::dimension = dim
static

dimension


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