#include <dune/fem/space/discontinuousgalerkin/legendre.hh>
|
| typedef std::conditional< hierarchicalOrdering, HierarchicLegendreDiscontinuousGalerkinSpace< FunctionSpace, GridPart, polOrder, Storage >, LegendreDiscontinuousGalerkinSpace< FunctionSpace, GridPart, polOrder, Storage > >::type | DiscreteFunctionSpaceType |
| |
| typedef GridPart | GridPartType |
| |
| typedef GridFunctionSpace< GridPartType, FunctionSpace > | FunctionSpaceType |
| |
| typedef Dune::Fem::FunctionSpace< typename FunctionSpace::DomainFieldType, typename FunctionSpace::RangeFieldType, GridPartType::dimension, 1 > | ScalarShapeFunctionSpaceType |
| |
| typedef SelectCachingShapeFunctionSets< GridPartType, ScalarShapeFunctionSet, Storage > | ScalarShapeFunctionSetsType |
| |
| typedef VectorialShapeFunctionSets< ScalarShapeFunctionSetsType, typename FunctionSpaceType::RangeType > | ShapeFunctionSetsType |
| |
| typedef DefaultBasisFunctionSets< GridPartType, ShapeFunctionSetsType > | BasisFunctionSetsType |
| |
| typedef BasisFunctionSetsType::BasisFunctionSetType | BasisFunctionSetType |
| |
| typedef CodimensionMapper< GridPartType, codimension > | BlockMapperType |
| |
| typedef Hybrid::IndexRange< int, FunctionSpaceType::dimRange *StaticPower< polOrder+1, GridPartType::dimension >::power > | LocalBlockIndices |
| |
◆ BasisFunctionSetsType
template<class
FunctionSpace , class GridPart , int polOrder, class Storage , bool hierarchicalOrdering>
◆ BasisFunctionSetType
template<class
FunctionSpace , class GridPart , int polOrder, class Storage , bool hierarchicalOrdering>
◆ BlockMapperType
template<class
FunctionSpace , class GridPart , int polOrder, class Storage , bool hierarchicalOrdering>
◆ DiscreteFunctionSpaceType
template<class
FunctionSpace , class GridPart , int polOrder, class Storage , bool hierarchicalOrdering>
| typedef std::conditional<hierarchicalOrdering,HierarchicLegendreDiscontinuousGalerkinSpace<FunctionSpace,GridPart,polOrder,Storage>,LegendreDiscontinuousGalerkinSpace<FunctionSpace,GridPart,polOrder,Storage>>::type Dune::Fem::LegendreDiscontinuousGalerkinSpaceTraits< FunctionSpace, GridPart, polOrder, Storage, hierarchicalOrdering >::DiscreteFunctionSpaceType |
◆ FunctionSpaceType
template<class
FunctionSpace , class GridPart , int polOrder, class Storage , bool hierarchicalOrdering>
◆ GridPartType
template<class
FunctionSpace , class GridPart , int polOrder, class Storage , bool hierarchicalOrdering>
◆ LocalBlockIndices
template<class
FunctionSpace , class GridPart , int polOrder, class Storage , bool hierarchicalOrdering>
◆ ScalarShapeFunctionSetsType
template<class
FunctionSpace , class GridPart , int polOrder, class Storage , bool hierarchicalOrdering>
◆ ScalarShapeFunctionSpaceType
template<class
FunctionSpace , class GridPart , int polOrder, class Storage , bool hierarchicalOrdering>
◆ ShapeFunctionSetsType
template<class
FunctionSpace , class GridPart , int polOrder, class Storage , bool hierarchicalOrdering>
◆ codimension
template<class
FunctionSpace , class GridPart , int polOrder, class Storage , bool hierarchicalOrdering>
The documentation for this struct was generated from the following file: