dune-fem 2.8.0
|
#include <dune/fem/quadrature/caching/pointmapper.hh>
Public Types | |
enum | { twistOffset_ = 4 } |
typedef IntegrationPointListImp< ct, dim > | QuadratureType |
type of integration point list implementation, fix type here | |
typedef QuadratureType::CoordinateType | PointType |
extracted types from integration point list | |
typedef std::vector< PointType > | PointVectorType |
typedef std::vector< size_t > | MapperType |
typedef std::pair< MapperType, MapperType > | MapperPairType |
typedef std::vector< MapperType > | MapperVectorType |
typedef QuadratureKey | QuadratureKeyType |
typedef std::pair< MapperType, MapperType > Dune::Fem::CachingTraits< ct, dim >::MapperPairType |
typedef std::vector<size_t> Dune::Fem::CachingTraits< ct, dim >::MapperType |
typedef std::vector<MapperType> Dune::Fem::CachingTraits< ct, dim >::MapperVectorType |
typedef QuadratureType::CoordinateType Dune::Fem::CachingTraits< ct, dim >::PointType |
extracted types from integration point list
typedef std::vector<PointType> Dune::Fem::CachingTraits< ct, dim >::PointVectorType |
typedef QuadratureKey Dune::Fem::CachingTraits< ct, dim >::QuadratureKeyType |
typedef IntegrationPointListImp<ct, dim> Dune::Fem::CachingTraits< ct, dim >::QuadratureType |
type of integration point list implementation, fix type here