dune-pdelab  2.4.1
Public Types | List of all members
Dune::PDELab::LocalFunctionSpaceBaseTraits< GFS, DI > Struct Template Reference

traits mapping global function space information to local function space More...

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

Inheritance diagram for Dune::PDELab::LocalFunctionSpaceBaseTraits< GFS, DI >:
Inheritance graph

Public Types

typedef GFS GridFunctionSpaceType
 Type of the underlying grid function space. More...
 
typedef GFS GridFunctionSpace
 Type of the underlying grid function space. More...
 
typedef GFS::Traits::SizeType SizeType
 Type to store indices from Backend. More...
 
typedef std::vector< SizeTypeIndexContainer
 Type of container to store indices. More...
 
typedef DI DOFIndex
 Type of MultiIndex associated with this LocalFunctionSpace. More...
 
typedef std::vector< DI > DOFIndexContainer
 Type of container to store multiindices. More...
 

Detailed Description

template<typename GFS, typename DI>
struct Dune::PDELab::LocalFunctionSpaceBaseTraits< GFS, DI >

traits mapping global function space information to local function space

Member Typedef Documentation

template<typename GFS, typename DI>
typedef DI Dune::PDELab::LocalFunctionSpaceBaseTraits< GFS, DI >::DOFIndex

Type of MultiIndex associated with this LocalFunctionSpace.

template<typename GFS, typename DI>
typedef std::vector<DI> Dune::PDELab::LocalFunctionSpaceBaseTraits< GFS, DI >::DOFIndexContainer

Type of container to store multiindices.

template<typename GFS, typename DI>
typedef GFS Dune::PDELab::LocalFunctionSpaceBaseTraits< GFS, DI >::GridFunctionSpace

Type of the underlying grid function space.

template<typename GFS, typename DI>
typedef GFS Dune::PDELab::LocalFunctionSpaceBaseTraits< GFS, DI >::GridFunctionSpaceType

Type of the underlying grid function space.

template<typename GFS, typename DI>
typedef std::vector<SizeType> Dune::PDELab::LocalFunctionSpaceBaseTraits< GFS, DI >::IndexContainer

Type of container to store indices.

template<typename GFS, typename DI>
typedef GFS::Traits::SizeType Dune::PDELab::LocalFunctionSpaceBaseTraits< GFS, DI >::SizeType

Type to store indices from Backend.


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