dune-fem 2.8.0
Loading...
Searching...
No Matches
Public Types | List of all members
Dune::Fem::CachingTraits< ct, dim > Struct Template Reference

#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< PointTypePointVectorType
 
typedef std::vector< size_t > MapperType
 
typedef std::pair< MapperType, MapperTypeMapperPairType
 
typedef std::vector< MapperTypeMapperVectorType
 
typedef QuadratureKey QuadratureKeyType
 

Member Typedef Documentation

◆ MapperPairType

template<class ct , int dim>
typedef std::pair< MapperType, MapperType > Dune::Fem::CachingTraits< ct, dim >::MapperPairType

◆ MapperType

template<class ct , int dim>
typedef std::vector<size_t> Dune::Fem::CachingTraits< ct, dim >::MapperType

◆ MapperVectorType

template<class ct , int dim>
typedef std::vector<MapperType> Dune::Fem::CachingTraits< ct, dim >::MapperVectorType

◆ PointType

template<class ct , int dim>
typedef QuadratureType::CoordinateType Dune::Fem::CachingTraits< ct, dim >::PointType

extracted types from integration point list

◆ PointVectorType

template<class ct , int dim>
typedef std::vector<PointType> Dune::Fem::CachingTraits< ct, dim >::PointVectorType

◆ QuadratureKeyType

template<class ct , int dim>
typedef QuadratureKey Dune::Fem::CachingTraits< ct, dim >::QuadratureKeyType

◆ QuadratureType

template<class ct , int dim>
typedef IntegrationPointListImp<ct, dim> Dune::Fem::CachingTraits< ct, dim >::QuadratureType

type of integration point list implementation, fix type here

Member Enumeration Documentation

◆ anonymous enum

template<class ct , int dim>
anonymous enum
Enumerator
twistOffset_ 

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