dune-fem 2.8.0
Loading...
Searching...
No Matches
Public Types | Static Public Attributes | List of all members
Dune::Fem::PAdaptiveLagrangeMapperTraits< GridPart, polOrder > Struct Template Reference

#include <dune/fem/space/padaptivespace/mapper.hh>

Inheritance diagram for Dune::Fem::PAdaptiveLagrangeMapperTraits< GridPart, polOrder >:
Inheritance graph

Public Types

typedef GridPart GridPartType
 
typedef GridPartType::template Codim< 0 >::EntityType ElementType
 
typedef PAdaptiveLagrangeMapper< GridPartType, polynomialOrderDofMapperType
 
typedef LagrangePointSet< GridPartType, polynomialOrderCompiledLocalKeyType
 type of the compiled local key
 
typedef BaseSetLocalKeyStorage< CompiledLocalKeyTypeBaseSetLocalKeyStorageType
 
typedef std::vector< BaseSetLocalKeyStorageTypeCompiledLocalKeyVectorType
 
typedef int SizeType
 
typedef int GlobalKeyType
 

Static Public Attributes

static const int polynomialOrder = polOrder
 
static const bool discontinuousMapper = false
 

Member Typedef Documentation

◆ BaseSetLocalKeyStorageType

template<class GridPart , int polOrder>
typedef BaseSetLocalKeyStorage< CompiledLocalKeyType > Dune::Fem::PAdaptiveLagrangeMapperTraits< GridPart, polOrder >::BaseSetLocalKeyStorageType

◆ CompiledLocalKeyType

template<class GridPart , int polOrder>
typedef LagrangePointSet< GridPartType, polynomialOrder > Dune::Fem::PAdaptiveLagrangeMapperTraits< GridPart, polOrder >::CompiledLocalKeyType

type of the compiled local key

◆ CompiledLocalKeyVectorType

template<class GridPart , int polOrder>
typedef std::vector< BaseSetLocalKeyStorageType > Dune::Fem::PAdaptiveLagrangeMapperTraits< GridPart, polOrder >::CompiledLocalKeyVectorType

◆ DofMapperType

template<class GridPart , int polOrder>
typedef PAdaptiveLagrangeMapper< GridPartType, polynomialOrder > Dune::Fem::PAdaptiveLagrangeMapperTraits< GridPart, polOrder >::DofMapperType

◆ ElementType

template<class GridPart , int polOrder>
typedef GridPartType::template Codim<0>::EntityType Dune::Fem::PAdaptiveLagrangeMapperTraits< GridPart, polOrder >::ElementType

◆ GlobalKeyType

template<class GridPart , int polOrder>
typedef int Dune::Fem::PAdaptiveLagrangeMapperTraits< GridPart, polOrder >::GlobalKeyType

◆ GridPartType

template<class GridPart , int polOrder>
typedef GridPart Dune::Fem::PAdaptiveLagrangeMapperTraits< GridPart, polOrder >::GridPartType

◆ SizeType

template<class GridPart , int polOrder>
typedef int Dune::Fem::PAdaptiveLagrangeMapperTraits< GridPart, polOrder >::SizeType

Member Data Documentation

◆ discontinuousMapper

template<class GridPart , int polOrder>
const bool Dune::Fem::PAdaptiveLagrangeMapperTraits< GridPart, polOrder >::discontinuousMapper = false
static

◆ polynomialOrder

template<class GridPart , int polOrder>
const int Dune::Fem::PAdaptiveLagrangeMapperTraits< GridPart, polOrder >::polynomialOrder = polOrder
static

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