dune-fem 2.8.0
Loading...
Searching...
No Matches
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 <dune/fem/quadrature/caching/cacheprovider.hh>

Public Types

typedef Traits::MapperType MapperType
 
typedef Traits::MapperPairType MapperPairType
 

Public Member Functions

 CacheStorage (int numFaces, int maxTwist)
 
 CacheStorage (const CacheStorage &other)
 
void addMapper (const MapperType &faceMapper, const MapperType &interpolMapper, const MapperType &twistMapper, int faceIndex, int faceTwist)
 
const MapperPairTypegetMapper (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

◆ MapperPairType

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

◆ MapperType

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

Constructor & Destructor Documentation

◆ CacheStorage() [1/2]

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

◆ CacheStorage() [2/2]

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

Member Function Documentation

◆ addMapper()

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

◆ getMapper()

template<class ct , int dim>
const MapperPairType & Dune::Fem::CacheStorage< ct, dim, true >::getMapper ( int  faceIndex,
int  faceTwist 
) const
inline

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