dune-pdelab 2.7-git
Loading...
Searching...
No Matches
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.
 
typedef GFS GridFunctionSpace
 Type of the underlying grid function space.
 
typedef GFS::Traits::SizeType SizeType
 Type to store indices from Backend.
 
typedef std::vector< SizeTypeIndexContainer
 Type of container to store indices.
 
typedef DI DOFIndex
 Type of MultiIndex associated with this LocalFunctionSpace.
 
typedef std::vector< DI > DOFIndexContainer
 Type of container to store multiindices.
 

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

◆ DOFIndex

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

Type of MultiIndex associated with this LocalFunctionSpace.

◆ DOFIndexContainer

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

Type of container to store multiindices.

◆ GridFunctionSpace

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

Type of the underlying grid function space.

◆ GridFunctionSpaceType

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

Type of the underlying grid function space.

◆ IndexContainer

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

Type of container to store indices.

◆ SizeType

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: