dune-pdelab
2.7-git
|
Additional features used by leaf subspaces. More...
#include <dune/pdelab/gridfunctionspace/subspace.hh>
Public Types | |
using | ChildGridFunctionSpace = TypeTree::ChildForTreePath< GFS, TreePath > |
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... | |
std::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.
using Dune::PDELab::gfs::LeafSubSpaceFeatures< GFS, TreePath, Tag >::ChildGridFunctionSpace = TypeTree::ChildForTreePath<GFS,TreePath> |
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.