|
dune-pdelab 2.10-git
|
Default features used by every subspace implementation. More...
#include <dune/pdelab/gridfunctionspace/subspace.hh>

Protected Member Functions | |
| DefaultSubSpaceFeatures (const GFS &gfs, TreePath tree_path) | |
| DefaultSubSpaceFeatures (const GFS &gfs) | |
Default Functionality for all GridFunctionSpaces | |
| typedef TreePath | SubSpacePath |
| The TreePath from the root of the space hierarchy to this subspace. | |
| typedef GFS | BaseGridFunctionSpace |
| The base GridFunctionSpace that this GridFunctionSubSpace is based on. | |
| using | ChildGridFunctionSpace = TypeTree::ChildForTreePath< GFS, TreePath > |
| The type of the original GridFunctionSpace that is the root of this GridFunctionSpace. | |
| typedef ChildGridFunctionSpace::Traits | Traits |
| Re-exported Traits from the original GridFunctionSpace. | |
| typedef ChildGridFunctionSpace::OrderingTag | OrderingTag |
| Re-exported OrderingTag from the original GridFunctionSpace. | |
| template<typename E > | |
| using | Constraintscontainer = typename GFS::template ConstraintsContainer< E > |
| Re-exported constraints container from the original GridFunctionSpace. | |
| 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. | |
| std::size_t | subSpaceDepth () const |
| const Ordering & | ordering () const |
| Returns the ordering associated with this GridFunctionSubSpace. | |
| const Traits::EntitySet & | entitySet () const |
| Returns the underlying EntitySet. | |
| const Traits::GridViewType & | gridView () const |
| Returns the underlying GridView. | |
| Traits::SizeType | globalSize () const |
| Returns the global size of the root space. | |
| Traits::SizeType | size () const |
| Returns the global size of the root space. | |
| Traits::SizeType | maxLocalSize () const |
| Returns the maximum number of DOFs per cells in this subspace. | |
Detailed Description
class Dune::PDELab::gfs::DefaultSubSpaceFeatures< GFS, TreePath, Tag >
Default features used by every subspace implementation.
Member Typedef Documentation
◆ BaseGridFunctionSpace
| typedef GFS Dune::PDELab::gfs::DefaultSubSpaceFeatures< GFS, TreePath, Tag >::BaseGridFunctionSpace |
The base GridFunctionSpace that this GridFunctionSubSpace is based on.
◆ ChildGridFunctionSpace
| using Dune::PDELab::gfs::DefaultSubSpaceFeatures< GFS, TreePath, Tag >::ChildGridFunctionSpace = TypeTree::ChildForTreePath<GFS,TreePath> |
The type of the original GridFunctionSpace that is the root of this GridFunctionSpace.
◆ Constraintscontainer
| using Dune::PDELab::gfs::DefaultSubSpaceFeatures< GFS, TreePath, Tag >::Constraintscontainer = typename GFS::template ConstraintsContainer<E> |
Re-exported constraints container from the original GridFunctionSpace.
◆ Ordering
| typedef SubOrdering< typename GFS::Ordering, typename find_ordering_treepath_for_sub_gfs< typename GFS::Ordering, GFS, TreePath >::type > Dune::PDELab::gfs::DefaultSubSpaceFeatures< GFS, TreePath, Tag >::Ordering |
The ordering used by this GridFunctionSubSpace.
◆ OrderingTag
| typedef ChildGridFunctionSpace::OrderingTag Dune::PDELab::gfs::DefaultSubSpaceFeatures< GFS, TreePath, Tag >::OrderingTag |
Re-exported OrderingTag from the original GridFunctionSpace.
◆ SubSpacePath
| typedef TreePath Dune::PDELab::gfs::DefaultSubSpaceFeatures< GFS, TreePath, Tag >::SubSpacePath |
The TreePath from the root of the space hierarchy to this subspace.
◆ Traits
| typedef ChildGridFunctionSpace::Traits Dune::PDELab::gfs::DefaultSubSpaceFeatures< GFS, TreePath, Tag >::Traits |
Re-exported Traits from the original GridFunctionSpace.
Constructor & Destructor Documentation
◆ DefaultSubSpaceFeatures() [1/2]
|
inlineprotected |
◆ DefaultSubSpaceFeatures() [2/2]
|
inlineprotected |
Member Function Documentation
◆ entitySet()
|
inline |
Returns the underlying EntitySet.
◆ globalSize()
|
inline |
Returns the global size of the root space.
◆ gridView()
|
inline |
Returns the underlying GridView.
◆ maxLocalSize()
|
inline |
Returns the maximum number of DOFs per cells in this subspace.
◆ ordering()
|
inline |
Returns the ordering associated with this GridFunctionSubSpace.
◆ size()
|
inline |
Returns the global size of the root space.
- Warning
- The semantics of this methods have changed with the introduction of Orderings: While this method used to return the size of the subspace only, it now behaves like globalSize() and returns the overall size of the root space! Calculating the size of the subspace might be a very expensive operation depending on the underlying orderings.
◆ subSpaceDepth()
|
inline |
The documentation for this class was generated from the following file:
Legal Statements / Impressum | Hosted by TU Dresden & Uni Heidelberg | Generated by
1.9.8