#include <dune/fem/space/localfiniteelement/space.hh>
|
| typedef LocalFiniteElementSpace< LFEMap, FunctionSpace, Storage > | DiscreteFunctionSpaceType |
| |
| typedef LFEMap | LFEMapType |
| |
| typedef LFEMapType::GridPartType | GridPartType |
| |
| typedef LFEMapType::LocalFiniteElementType | LocalFiniteElementType |
| |
| typedef GridFunctionSpace< GridPartType, FunctionSpace > | FunctionSpaceType |
| |
| typedef std::conditional_t< isScalar, Hybrid::IndexRange< int, FunctionSpace::dimRange >, Hybrid::IndexRange< int, 1 > > | LocalBlockIndices |
| |
| typedef Dune::Fem::IndexSetDofMapper< GridPartType > | BlockMapperType |
| |
| typedef LocalFunctionsShapeFunctionSet< typename LocalFiniteElementType::Traits::LocalBasisType, pointSetId > | LocalFunctionsShapeFunctionSetType |
| |
| typedef SelectCachingShapeFunctionSet< LocalFunctionsShapeFunctionSetType, Storage > | StoredShapeFunctionSetType |
| |
| typedef ShapeFunctionSetProxy< StoredShapeFunctionSetType > | ShapeFunctionSetProxyType |
| |
| typedef std::conditional_t< isScalar, VectorialShapeFunctionSet< ShapeFunctionSetProxyType, typename FunctionSpaceType::RangeType >, ShapeFunctionSetProxyType > | ShapeFunctionSetType |
| |
|
| static constexpr int | codimension = 0 |
| |
| static constexpr bool | isScalar = LocalFiniteElementType::Traits::LocalBasisType::Traits::dimRange==1 |
| |
◆ BlockMapperType
template<class LFEMap , class FunctionSpace , class Storage >
◆ DiscreteFunctionSpaceType
template<class LFEMap , class FunctionSpace , class Storage >
◆ FunctionSpaceType
template<class LFEMap , class FunctionSpace , class Storage >
◆ GridPartType
template<class LFEMap , class FunctionSpace , class Storage >
◆ LFEMapType
template<class LFEMap , class FunctionSpace , class Storage >
◆ LocalBlockIndices
template<class LFEMap , class FunctionSpace , class Storage >
◆ LocalFiniteElementType
template<class LFEMap , class FunctionSpace , class Storage >
◆ LocalFunctionsShapeFunctionSetType
template<class LFEMap , class FunctionSpace , class Storage >
◆ ShapeFunctionSetProxyType
template<class LFEMap , class FunctionSpace , class Storage >
◆ ShapeFunctionSetType
template<class LFEMap , class FunctionSpace , class Storage >
◆ StoredShapeFunctionSetType
template<class LFEMap , class FunctionSpace , class Storage >
◆ BasisFunctionSetType
template<class LFEMap , class FunctionSpace , class Storage >
◆ codimension
template<class LFEMap , class FunctionSpace , class Storage >
◆ isScalar
template<class LFEMap , class FunctionSpace , class Storage >
The documentation for this struct was generated from the following file: