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

Specialisation for grids without any twists (i.e. Cartesian 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)
 
 CacheStorage (const CacheStorage &other)
 
void addMapper (const MapperType &mapper, int faceIndex)
 
const MapperTypegetMapper (int faceIndex, int faceTwist) const
 

Detailed Description

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

Specialisation for grids without any twists (i.e. Cartesian ones).

Member Typedef Documentation

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

Constructor & Destructor Documentation

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

Member Function Documentation

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

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