#include <dune/fem/space/discontinuousgalerkin/lagrange.hh>
|
| typedef LagrangeDiscontinuousGalerkinSpace< FunctionSpace, GridPart, polOrder, Storage > | 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, LagrangeShapeFunctionSet< ScalarShapeFunctionSpaceType, polOrder >, Storage > | ScalarShapeFunctionSetsType |
| |
| typedef VectorialShapeFunctionSets< ScalarShapeFunctionSetsType, typename FunctionSpaceType::RangeType > | ShapeFunctionSetsType |
| |
| typedef DefaultBasisFunctionSets< GridPartType, ShapeFunctionSetsType > | BasisFunctionSetsType |
| |
| typedef BasisFunctionSetsType::BasisFunctionSetType | BasisFunctionSetType |
| |
| typedef CodimensionMapper< GridPartType, codimension > | BlockMapperType |
| |
| typedef GeometryWrapper< Dune::Fem::GridPartCapabilities::hasSingleGeometryType< GridPartType >::topologyId, GridPartType::dimension >::ImplType | ImplType |
| |
| typedef GenericLagrangeBaseFunction< typename FunctionSpaceType::ScalarFunctionSpaceType, ImplType, polOrder > | GenericBaseFunctionType |
| |
| typedef Hybrid::IndexRange< int, FunctionSpaceType::dimRange *GenericBaseFunctionType::numBaseFunctions > | LocalBlockIndices |
| |
◆ BasisFunctionSetsType
template<class
FunctionSpace , class GridPart , int polOrder, class Storage >
◆ BasisFunctionSetType
template<class
FunctionSpace , class GridPart , int polOrder, class Storage >
◆ BlockMapperType
template<class
FunctionSpace , class GridPart , int polOrder, class Storage >
◆ DiscreteFunctionSpaceType
template<class
FunctionSpace , class GridPart , int polOrder, class Storage >
◆ FunctionSpaceType
template<class
FunctionSpace , class GridPart , int polOrder, class Storage >
◆ GenericBaseFunctionType
template<class
FunctionSpace , class GridPart , int polOrder, class Storage >
◆ GridPartType
template<class
FunctionSpace , class GridPart , int polOrder, class Storage >
◆ ImplType
template<class
FunctionSpace , class GridPart , int polOrder, class Storage >
◆ LocalBlockIndices
template<class
FunctionSpace , class GridPart , int polOrder, class Storage >
◆ ScalarShapeFunctionSetsType
template<class
FunctionSpace , class GridPart , int polOrder, class Storage >
◆ ScalarShapeFunctionSpaceType
template<class
FunctionSpace , class GridPart , int polOrder, class Storage >
◆ ShapeFunctionSetsType
template<class
FunctionSpace , class GridPart , int polOrder, class Storage >
◆ codimension
template<class
FunctionSpace , class GridPart , int polOrder, class Storage >
The documentation for this struct was generated from the following file: