dune-fem  2.4.1-rc
Public Types | Public Member Functions | List of all members
Dune::Fem::CacheStorage< ct, dim, true > Class Template Reference

Specialisation for grids with twist (i.e. unstructured ones). More...

#include </local/tomalk/somewhere/tmp/dune-fem/dune/fem/quadrature/caching/cacheprovider.hh>

Public Types

typedef Traits::MapperType MapperType
 

Public Member Functions

 CacheStorage (int numFaces, int maxTwist)
 
 CacheStorage (const CacheStorage &other)
 
void addMapper (const MapperType &faceMapper, const MapperType &twistMapper, int faceIndex, int faceTwist)
 
const MapperTypegetMapper (int faceIndex, int faceTwist) const
 

Detailed Description

template<class ct, int dim>
class Dune::Fem::CacheStorage< ct, dim, true >

Specialisation for grids with twist (i.e. unstructured ones).

Member Typedef Documentation

template<class ct , int dim>
typedef Traits::MapperType Dune::Fem::CacheStorage< ct, dim, true >::MapperType

Constructor & Destructor Documentation

template<class ct , int dim>
Dune::Fem::CacheStorage< ct, dim, true >::CacheStorage ( int  numFaces,
int  maxTwist 
)
inline
template<class ct , int dim>
Dune::Fem::CacheStorage< ct, dim, true >::CacheStorage ( const CacheStorage< ct, dim, true > &  other)
inline

Member Function Documentation

template<class ct , int dim>
void Dune::Fem::CacheStorage< ct, dim, true >::addMapper ( const MapperType faceMapper,
const MapperType twistMapper,
int  faceIndex,
int  faceTwist 
)
inline
template<class ct , int dim>
const MapperType& Dune::Fem::CacheStorage< ct, dim, true >::getMapper ( int  faceIndex,
int  faceTwist 
) const
inline

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