Go to the documentation of this file.
3 #ifndef DUNE_PDELAB_GRIDFUNCTIONSPACE_POWERCOMPOSITEGRIDFUNCTIONSPACEBASE_HH
4 #define DUNE_PDELAB_GRIDFUNCTIONSPACE_POWERCOMPOSITEGRIDFUNCTIONSPACEBASE_HH
11 #include <dune/typetree/fixedcapacitystack.hh>
12 #include <dune/typetree/traversal.hh>
13 #include <dune/typetree/traversalutilities.hh>
14 #include <dune/typetree/utility.hh>
15 #include <dune/typetree/transformation.hh>
16 #include <dune/typetree/visitor.hh>
33 template<
typename G,
typename B,
typename O, std::
size_t k>
67 template<
typename Gr
idFunctionSpace,
typename GV,
typename B,
typename O, std::
size_t k>
71 PowerCompositeGridFunctionSpaceTraits<GV,B,O,k>
107 typedef typename std::conditional<
114 typename GridFunctionSpace::Ordering::Traits::DOFIndex,
115 typename GridFunctionSpace::Ordering::Traits::ContainerIndex,
124 return gfs().template child<0>().gridView();
130 return gfs().template child<0>().entitySet();
143 #endif // DUNE_PDELAB_GRIDFUNCTIONSPACE_POWERCOMPOSITEGRIDFUNCTIONSPACEBASE_HH
const Traits::GridView & gridView() const
get grid view
Definition: powercompositegridfunctionspacebase.hh:122
@ isComposite
True if this grid function space is composed of others.
Definition: powercompositegridfunctionspacebase.hh:38
Indicate lexicographic ordering of the unknowns of non-leaf grid function spaces.
Definition: gridfunctionspace/tags.hh:63
const Traits::EntitySet & entitySet() const
get grid view partition
Definition: powercompositegridfunctionspacebase.hh:128
O MapperType
mapper
Definition: powercompositegridfunctionspacebase.hh:58
std::conditional< std::is_same< typename GridFunctionSpace::template Child< 0 >::type::template ConstraintsContainer< E >::Type, EmptyTransformation >::value, EmptyTransformation, ConstraintsTransformation< typename GridFunctionSpace::Ordering::Traits::DOFIndex, typename GridFunctionSpace::Ordering::Traits::ContainerIndex, E > >::type Type
Definition: powercompositegridfunctionspacebase.hh:118
PowerCompositeGridFunctionSpaceTraits< GV, B, O, k > Traits
export traits class
Definition: powercompositegridfunctionspacebase.hh:92
For backward compatibility – Do not use this!
Definition: adaptivity.hh:28
GridView GridViewType
the grid view where grid function is defined upon
Definition: powercompositegridfunctionspacebase.hh:50
B BackendType
vector backend
Definition: powercompositegridfunctionspacebase.hh:53
Mixin class providing common functionality of PowerGridFunctionSpace and CompositeGridFunctionSpace.
Definition: powercompositegridfunctionspacebase.hh:68
const static std::size_t CHILDREN
Definition: powercompositegridfunctionspacebase.hh:43
Definition: gridfunctionspacebase.hh:134
O OrderingTag
Definition: powercompositegridfunctionspacebase.hh:60
PowerCompositeGridFunctionSpaceBase(const B &backend, const OrderingTag &ordering_tag)
Definition: powercompositegridfunctionspacebase.hh:133
A grid function space.
Definition: gridfunctionspace.hh:166
G EntitySet
Definition: powercompositegridfunctionspacebase.hh:45
@ noChilds
number of child spaces
Definition: powercompositegridfunctionspacebase.hh:40
Definition: constraintstransformation.hh:111
a class holding transformation for constrained spaces
Definition: constraintstransformation.hh:18
Traits::Backend & backend()
Definition: gridfunctionspacebase.hh:226
extract type for storing constraints
Definition: powercompositegridfunctionspacebase.hh:105
typename EntitySet::GridView GridView
Definition: powercompositegridfunctionspacebase.hh:47
B::size_type SizeType
short cut for size type exported by Backend
Definition: powercompositegridfunctionspacebase.hh:63
B Backend
Definition: powercompositegridfunctionspacebase.hh:55
O OrderingTag
Definition: powercompositegridfunctionspacebase.hh:100
static const unsigned int value
Definition: gridfunctionspace/tags.hh:139
Trait class for the multi component grid function spaces.
Definition: powercompositegridfunctionspacebase.hh:34