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

collect types exported by a leaf grid function space More...

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

Public Types

using GridView = impl::GridView< G >
 the grid view where grid function is defined upon More...
 
using EntitySet = impl::EntitySet< G >
 the entity set of this function space. More...
 
using GridViewType = GridView
 
typedef B BackendType
 vector backend More...
 
typedef B Backend
 
typedef B::size_type SizeType
 short cut for size type exported by Backend More...
 
typedef L FiniteElementMapType
 finite element map More...
 
typedef L FiniteElementMap
 finite element map More...
 
typedef L::Traits::FiniteElementType FiniteElementType
 finite element More...
 
typedef L::Traits::FiniteElementType FiniteElement
 
typedef C ConstraintsType
 type representing constraints More...
 
typedef O OrderingTag
 tag describing the ordering. More...
 

Static Public Attributes

static const bool isComposite = false
 True if this grid function space is composed of others. More...
 

Detailed Description

template<typename G, typename L, typename C, typename B, typename O>
struct Dune::PDELab::GridFunctionSpaceTraits< G, L, C, B, O >

collect types exported by a leaf grid function space

This is based on a global FiniteElementMap


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