#include <dune/pdelab/gridfunctionspace/gridfunctionspacebase.hh>
|
| template<typename Backend_ , typename OrderingTag_ > |
| | GridFunctionSpaceBase (Backend_ &&backend, 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
|
| |
| void | update (bool force=false) |
| | Update the indexing information of the GridFunctionSpace.
|
| |
| const std::string & | name () const |
| |
| void | name (const std::string &name) |
| |
| Traits::Backend & | backend () |
| |
| const Traits::Backend & | backend () const |
| |
| const Traits::GridView & | gridView () const |
| | get grid view
|
| |
| const Traits::EntitySet & | entitySet () const |
| | get entity set
|
| |
| Traits::EntitySet & | entitySet () |
| | get entity set
|
| |
| void | setEntitySet (typename Traits::EntitySet entity_set) |
| | Set the Entity Set object to this grid function space.
|
| |
| Traits::OrderingTag & | orderingTag () |
| |
| const Traits::OrderingTag & | orderingTag () const |
| |
| bool | isRootSpace () const |
| |
|
| template<typename Ordering > |
| void | update (Ordering &ordering) const |
| |
|
| std::optional< typename Traits::EntitySet > | _entity_set |
| |
The documentation for this class was generated from the following file: