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>
B Backend
Definition: powercompositegridfunctionspacebase.hh:55
Traits::Backend & backend()
Definition: gridfunctionspacebase.hh:281
const Traits::EntitySet & entitySet() const
get grid view partition
Definition: powercompositegridfunctionspacebase.hh:103
PowerCompositeGridFunctionSpaceTraits< GV, B, O, k > Traits
export traits class
Definition: powercompositegridfunctionspacebase.hh:92
GridView GridViewType
the grid view where grid function is defined upon
Definition: powercompositegridfunctionspacebase.hh:50
std::optional< typename Traits::EntitySet > _entity_set
Definition: gridfunctionspacebase.hh:360
O OrderingTag
Definition: powercompositegridfunctionspacebase.hh:100
B BackendType
vector backend
Definition: powercompositegridfunctionspacebase.hh:53
O OrderingTag
Definition: powercompositegridfunctionspacebase.hh:60
B::size_type SizeType
short cut for size type exported by Backend
Definition: powercompositegridfunctionspacebase.hh:63
Traits::EntitySet & entitySet()
get grid view partition
Definition: powercompositegridfunctionspacebase.hh:111
const Traits::EntitySet & entitySet() const
get entity set
Definition: gridfunctionspacebase.hh:298
PowerCompositeGridFunctionSpaceBase(const B &backend, const OrderingTag &ordering_tag)
Definition: powercompositegridfunctionspacebase.hh:118
static const std::size_t CHILDREN
Definition: powercompositegridfunctionspacebase.hh:43
O MapperType
mapper
Definition: powercompositegridfunctionspacebase.hh:58
typename EntitySet::GridView GridView
Definition: powercompositegridfunctionspacebase.hh:47
G EntitySet
Definition: powercompositegridfunctionspacebase.hh:45
@ isComposite
True if this grid function space is composed of others.
Definition: powercompositegridfunctionspacebase.hh:38
@ noChilds
number of child spaces
Definition: powercompositegridfunctionspacebase.hh:40
For backward compatibility – Do not use this!
Definition: adaptivity.hh:28
A grid function space.
Definition: gridfunctionspace.hh:191
Definition: gridfunctionspacebase.hh:190
Trait class for the multi component grid function spaces.
Definition: powercompositegridfunctionspacebase.hh:35
Mixin class providing common functionality of PowerGridFunctionSpace and CompositeGridFunctionSpace.
Definition: powercompositegridfunctionspacebase.hh:73