dune-fem 2.8.0
|
#include <dune/fem/space/combinedspace/powerspace.hh>
Classes | |
struct | CommDataHandle |
struct | SubDiscreteFunctionSpace |
Public Types | |
typedef std::shared_ptr< DiscreteFunctionSpace > | DiscreteFunctionSpaceTupleType |
typedef DiscreteFunctionSpace::GridPartType | GridPartType |
typedef GridPartType::GridType | GridType |
typedef GridPartType::IndexSetType | IndexSetType |
typedef GridPartType::template Codim< 0 >::IteratorType | IteratorType |
typedef IteratorType::Entity | EntityType |
typedef GridPartType::IntersectionType | IntersectionType |
typedef PowerDiscreteFunctionSpace< DiscreteFunctionSpace, N > | DiscreteFunctionSpaceType |
typedef DiscreteFunctionSpace::BasisFunctionSetType | ScalarBasisFunctionSetType |
implementation of basefunction set | |
typedef ScalarBasisFunctionSetType::FunctionSpaceType::RangeFieldType | RangeFieldType |
typedef VectorialBasisFunctionSet< ScalarBasisFunctionSetType, FieldVector< RangeFieldType, N >, VerticalDofAlignment > | BasisFunctionSetType |
typedef PowerMapper< GridPartType, typename DiscreteFunctionSpace::BlockMapperType, N > | BlockMapperType |
typedef DiscreteFunctionSpace::LocalBlockIndices | LocalBlockIndices |
typedef BasisFunctionSetType::FunctionSpaceType | FunctionSpaceType |
Static Public Member Functions | |
static BlockMapperType * | getBlockMapper (const DiscreteFunctionSpaceTupleType &spaceTuple) |
static DiscreteFunctionSpaceTupleType | createSpaces (GridPartType &gridPart, InterfaceType commInterface, CommunicationDirection commDirection) |
template<class Entity > | |
static BasisFunctionSetType | getBasisFunctionSet (const Entity &entity, const DiscreteFunctionSpaceTupleType &tuple) |
template<class T , class F > | |
static T | accumulate (const DiscreteFunctionSpaceTupleType &tuple, T value, F &&f) |
Static Public Attributes | |
static const int | codimension = DiscreteFunctionSpace::Traits::codimension |
typedef VectorialBasisFunctionSet< ScalarBasisFunctionSetType, FieldVector< RangeFieldType, N >, VerticalDofAlignment > Dune::Fem::PowerDiscreteFunctionSpaceTraits< DiscreteFunctionSpace, N >::BasisFunctionSetType |
typedef PowerMapper< GridPartType, typename DiscreteFunctionSpace::BlockMapperType, N > Dune::Fem::PowerDiscreteFunctionSpaceTraits< DiscreteFunctionSpace, N >::BlockMapperType |
typedef std::shared_ptr< DiscreteFunctionSpace > Dune::Fem::PowerDiscreteFunctionSpaceTraits< DiscreteFunctionSpace, N >::DiscreteFunctionSpaceTupleType |
typedef PowerDiscreteFunctionSpace< DiscreteFunctionSpace, N > Dune::Fem::PowerDiscreteFunctionSpaceTraits< DiscreteFunctionSpace, N >::DiscreteFunctionSpaceType |
typedef IteratorType::Entity Dune::Fem::PowerDiscreteFunctionSpaceTraits< DiscreteFunctionSpace, N >::EntityType |
typedef BasisFunctionSetType::FunctionSpaceType Dune::Fem::PowerDiscreteFunctionSpaceTraits< DiscreteFunctionSpace, N >::FunctionSpaceType |
typedef DiscreteFunctionSpace::GridPartType Dune::Fem::PowerDiscreteFunctionSpaceTraits< DiscreteFunctionSpace, N >::GridPartType |
typedef GridPartType::GridType Dune::Fem::PowerDiscreteFunctionSpaceTraits< DiscreteFunctionSpace, N >::GridType |
typedef GridPartType::IndexSetType Dune::Fem::PowerDiscreteFunctionSpaceTraits< DiscreteFunctionSpace, N >::IndexSetType |
typedef GridPartType::IntersectionType Dune::Fem::PowerDiscreteFunctionSpaceTraits< DiscreteFunctionSpace, N >::IntersectionType |
typedef GridPartType::template Codim<0>::IteratorType Dune::Fem::PowerDiscreteFunctionSpaceTraits< DiscreteFunctionSpace, N >::IteratorType |
typedef DiscreteFunctionSpace::LocalBlockIndices Dune::Fem::PowerDiscreteFunctionSpaceTraits< DiscreteFunctionSpace, N >::LocalBlockIndices |
typedef ScalarBasisFunctionSetType::FunctionSpaceType::RangeFieldType Dune::Fem::PowerDiscreteFunctionSpaceTraits< DiscreteFunctionSpace, N >::RangeFieldType |
typedef DiscreteFunctionSpace::BasisFunctionSetType Dune::Fem::PowerDiscreteFunctionSpaceTraits< DiscreteFunctionSpace, N >::ScalarBasisFunctionSetType |
implementation of basefunction set
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
static |