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

Public Types

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

Public Member Functions

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

◆ MapperPairType

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

◆ MapperType

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

Constructor & Destructor Documentation

◆ CacheStorage() [1/2]

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

◆ CacheStorage() [2/2]

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

Member Function Documentation

◆ addMapper()

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

◆ getMapper()

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

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