dune-pdelab
2.0.0
|
Additional features used by leaf subspaces. More...
#include <dune/pdelab/gridfunctionspace/subspace.hh>
Public Types | |
typedef TypeTree::extract_child_type < GFS, TreePath >::type | ChildGridFunctionSpace |
The type of the original GridFunctionSpace that is the root of this GridFunctionSpace. More... | |
typedef ChildGridFunctionSpace::Traits | Traits |
Re-exported Traits from the original GridFunctionSpace. More... | |
Public Member Functions | |
Additional Functionality for Leaf Spaces | |
const Traits::FiniteElementMap & | finiteElementMap () const |
Returns the finite element map of this space. More... | |
shared_ptr< const typename Traits::FiniteElementMap > | finiteElementMapStorage () const |
Returns the storage object for the finite element map of this space. More... | |
const Traits::ConstraintsType & | constraints () const |
Returns the constraints engine of this space. More... | |
const std::string & | name () const |
Returns the name of this space. More... | |
Additional features used by leaf subspaces.
typedef TypeTree::extract_child_type<GFS,TreePath>::type Dune::PDELab::gfs::LeafSubSpaceFeatures< GFS, TreePath, Tag >::ChildGridFunctionSpace |
The type of the original GridFunctionSpace that is the root of this GridFunctionSpace.
typedef ChildGridFunctionSpace::Traits Dune::PDELab::gfs::LeafSubSpaceFeatures< GFS, TreePath, Tag >::Traits |
Re-exported Traits from the original GridFunctionSpace.
|
inline |
Returns the constraints engine of this space.
|
inline |
Returns the finite element map of this space.
|
inline |
Returns the storage object for the finite element map of this space.
|
inline |
Returns the name of this space.