dune-pdelab
2.4-dev
|
traits for local function space on a gridview More...
#include <dune/pdelab/gridfunctionspace/localfunctionspace.hh>
Public Types | |
typedef GFS::Traits::GridViewType | GridViewType |
Type of the grid view that the underlying grid function space is defined on. More... | |
typedef GFS::Traits::GridViewType | GridView |
Type of the grid view that the underlying grid function space is defined on. More... | |
typedef GridViewType::Traits::template Codim< 0 >::Entity | Element |
Type of codim 0 entity in the grid. More... | |
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 DOFIndex | DOFIndex |
Type of MultiIndex associated with this LocalFunctionSpace. More... | |
typedef std::vector< DOFIndex > | DOFIndexContainer |
Type of container to store multiindices. More... | |
traits for local function space on a gridview
|
inherited |
Type of MultiIndex associated with this LocalFunctionSpace.
|
inherited |
Type of container to store multiindices.
typedef GridViewType::Traits::template Codim<0>::Entity Dune::PDELab::GridViewLocalFunctionSpaceBaseTraits< GFS, DOFIndex >::Element |
Type of codim 0 entity in the grid.
|
inherited |
Type of the underlying grid function space.
|
inherited |
Type of the underlying grid function space.
typedef GFS::Traits::GridViewType Dune::PDELab::GridViewLocalFunctionSpaceBaseTraits< GFS, DOFIndex >::GridView |
Type of the grid view that the underlying grid function space is defined on.
typedef GFS::Traits::GridViewType Dune::PDELab::GridViewLocalFunctionSpaceBaseTraits< GFS, DOFIndex >::GridViewType |
Type of the grid view that the underlying grid function space is defined on.
|
inherited |
Type of container to store indices.
|
inherited |
Type to store indices from Backend.