dune-pdelab
2.0.0
|
#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... | |
Protected Member Functions | |
SubSpaceFeatureProvider (const GFS &gfs) | |
Default Functionality for all GridFunctionSpaces | |
typedef TreePath | SubSpacePath |
The TreePath from the root of the space hierarchy to this subspace. More... | |
typedef GFS | BaseGridFunctionSpace |
The base GridFunctionSpace that this GridFunctionSubSpace is based on. More... | |
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... | |
typedef ChildGridFunctionSpace::OrderingTag | OrderingTag |
Re-exported OrderingTag from the original GridFunctionSpace. More... | |
typedef SubOrdering< typename GFS::Ordering, typename find_ordering_treepath_for_sub_gfs < typename GFS::Ordering, GFS, TreePath >::type > | Ordering |
The ordering used by this GridFunctionSubSpace. More... | |
std::size_t | subSpaceDepth () const |
const Ordering & | ordering () const |
Returns the ordering associated with this GridFunctionSubSpace. More... | |
const Traits::GridViewType & | gridView () const |
Returns the underlying GridView. More... | |
Traits::SizeType | globalSize () const |
Returns the global size of the root space. More... | |
Traits::SizeType | size () const |
Returns the global size of the root space. More... | |
Traits::SizeType | maxLocalSize () const |
Returns the maximum number of DOFs per cells in this subspace. More... | |
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... | |
Feature provider for leaf spaces.
|
inherited |
The base GridFunctionSpace that this GridFunctionSubSpace is based on.
|
inherited |
The type of the original GridFunctionSpace that is the root of this GridFunctionSpace.
|
inherited |
The type of the original GridFunctionSpace that is the root of this GridFunctionSpace.
|
inherited |
The ordering used by this GridFunctionSubSpace.
|
inherited |
Re-exported OrderingTag from the original GridFunctionSpace.
|
inherited |
The TreePath from the root of the space hierarchy to this subspace.
|
inherited |
Re-exported Traits from the original GridFunctionSpace.
|
inherited |
Re-exported Traits from the original GridFunctionSpace.
|
inlineprotected |
|
inlineinherited |
Returns the constraints engine of this space.
|
inlineinherited |
Returns the finite element map of this space.
|
inlineinherited |
Returns the storage object for the finite element map of this space.
|
inlineinherited |
Returns the global size of the root space.
|
inlineinherited |
Returns the underlying GridView.
|
inlineinherited |
Returns the maximum number of DOFs per cells in this subspace.
|
inlineinherited |
Returns the name of this space.
|
inlineinherited |
Returns the ordering associated with this GridFunctionSubSpace.
|
inlineinherited |
Returns the global size of the root space.
|
inlineinherited |