dune-pdelab
2.4.1
|
traits mapping global function space information to local function space More...
#include <dune/pdelab/gridfunctionspace/localfunctionspace.hh>
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< SizeType > | IndexContainer |
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... | |
traits mapping global function space information to local function space
typedef DI Dune::PDELab::LocalFunctionSpaceBaseTraits< GFS, DI >::DOFIndex |
Type of MultiIndex associated with this LocalFunctionSpace.
typedef std::vector<DI> Dune::PDELab::LocalFunctionSpaceBaseTraits< GFS, DI >::DOFIndexContainer |
Type of container to store multiindices.
typedef GFS Dune::PDELab::LocalFunctionSpaceBaseTraits< GFS, DI >::GridFunctionSpace |
Type of the underlying grid function space.
typedef GFS Dune::PDELab::LocalFunctionSpaceBaseTraits< GFS, DI >::GridFunctionSpaceType |
Type of the underlying grid function space.
typedef std::vector<SizeType> Dune::PDELab::LocalFunctionSpaceBaseTraits< GFS, DI >::IndexContainer |
Type of container to store indices.
typedef GFS::Traits::SizeType Dune::PDELab::LocalFunctionSpaceBaseTraits< GFS, DI >::SizeType |
Type to store indices from Backend.