dune-pdelab  2.4-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 }
 
typedef G GridViewType
 the grid view where grid function is defined upon More...
 
typedef G GridView
 
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

static const 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: