dune-fem  2.4.1-rc
Public Types | List of all members
Dune::Fem::CachingTraits< ct, dim > Struct Template Reference

#include </local/tomalk/somewhere/tmp/dune-fem/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 More...
 
typedef QuadratureType::CoordinateType PointType
 extracted types from integration point list More...
 
typedef std::vector< PointTypePointVectorType
 
typedef std::vector< size_t > MapperType
 
typedef std::vector< MapperTypeMapperVectorType
 
typedef QuadratureKey QuadratureKeyType
 

Member Typedef Documentation

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

extracted types from integration point list

template<class ct , int dim>
typedef std::vector<PointType> Dune::Fem::CachingTraits< ct, dim >::PointVectorType
template<class ct , int dim>
typedef QuadratureKey Dune::Fem::CachingTraits< ct, dim >::QuadratureKeyType
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

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

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