|
dune-pdelab
2.0.0
|
#include <dune/pdelab/gridfunctionspace/gridfunctionspacebase.hh>

Public Types | |
| typedef GFSTraits | Traits |
Public Member Functions | |
| GridFunctionSpaceBase (const B &backend, const OrderingTag &ordering_tag) | |
| Traits::SizeType | size () const |
| Traits::SizeType | blockCount () const |
| Traits::SizeType | globalSize () const |
| Traits::SizeType | maxLocalSize () const |
| get max dimension of shape function space More... | |
| bool | containsPartition (PartitionType partition) const |
| Returns whether this GridFunctionSpace contains entities with PartitionType partition. More... | |
| void | update () |
| const std::string & | name () const |
| void | name (const std::string &name) |
| Traits::Backend & | backend () |
| const Traits::Backend & | backend () const |
| Traits::OrderingTag & | orderingTag () |
| const Traits::OrderingTag & | orderingTag () const |
| bool | isRootSpace () const |
Protected Member Functions | |
| template<typename Ordering > | |
| void | update (Ordering &ordering) const |
Friends | |
| struct | impl::reset_root_space_flag |
1.8.7