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

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

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

Public Types

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

Static Public Attributes

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

Member Typedef Documentation

◆ BaseSetLocalKeyStorageType

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

◆ CompiledLocalKeyType

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

type of the compiled local key

◆ CompiledLocalKeyVectorType

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

◆ DofMapperType

template<class GridPart , int polOrder>
typedef PAdaptiveDGMapper< GridPart, polOrder > Dune::Fem::PAdaptiveDGMapperTraits< GridPart, polOrder >::DofMapperType

◆ ElementType

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

◆ GlobalKeyType

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

◆ GridPartType

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

◆ SizeType

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

Member Data Documentation

◆ discontinuousMapper

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

◆ polynomialOrder

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

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