|
dune-pdelab 2.7-git
|
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. | |
| typedef GFS::Traits::GridViewType | GridView |
| Type of the grid view that the underlying grid function space is defined on. | |
| using | EntitySet = typename GFS::Traits::EntitySet |
| using | Element = typename EntitySet::Element |
| Type of codim 0 entity in the grid. | |
| 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< SizeType > | IndexContainer |
| Type of container to store indices. | |
| typedef DOFIndex | DOFIndex |
| Type of MultiIndex associated with this LocalFunctionSpace. | |
| typedef std::vector< DOFIndex > | DOFIndexContainer |
| Type of container to store multiindices. | |
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.