dune-pdelab  2.5-dev
Public Types | Static Public Attributes | List of all members
Dune::PDELab::PowerCompositeGridFunctionSpaceTraits< G, B, O, k > Struct Template Reference

Trait class for the multi component grid function spaces. More...

#include <dune/pdelab/gridfunctionspace/powercompositegridfunctionspacebase.hh>

Public Types

enum  { isComposite = 1, noChilds = k }
 
using EntitySet = G
 
using GridView = typename EntitySet::GridView
 
using GridViewType = GridView
 the grid view where grid function is defined upon More...
 
typedef B BackendType
 vector backend More...
 
typedef B Backend
 
typedef O MapperType
 mapper More...
 
typedef O OrderingTag
 
typedef B::size_type SizeType
 short cut for size type exported by Backend More...
 

Static Public Attributes

const static std::size_t CHILDREN = k
 

Detailed Description

template<typename G, typename B, typename O, std::size_t k>
struct Dune::PDELab::PowerCompositeGridFunctionSpaceTraits< G, B, O, k >

Trait class for the multi component grid function spaces.


The documentation for this struct was generated from the following file: