|
dune-pdelab
2.5-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... | |
| using | EntitySet = typename GFS::Traits::EntitySet |
| using | Element = typename EntitySet::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.
| using Dune::PDELab::GridViewLocalFunctionSpaceBaseTraits< GFS, DOFIndex >::Element = typename EntitySet::Element |
Type of codim 0 entity in the grid.
| using Dune::PDELab::GridViewLocalFunctionSpaceBaseTraits< GFS, DOFIndex >::EntitySet = typename GFS::Traits::EntitySet |
|
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.
1.8.17