dune-pdelab 2.7-git
|
#include <dune/pdelab/gridfunctionspace/gridfunctionspacebase.hh>
Public Types | |
typedef GFSTraits | Traits |
Public Member Functions | |
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 More... | |
void | update (bool force=false) |
Update the indexing information of the GridFunctionSpace. More... | |
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 More... | |
const Traits::EntitySet & | entitySet () const |
get entity set More... | |
Traits::EntitySet & | entitySet () |
get entity set More... | |
void | setEntitySet (typename Traits::EntitySet entity_set) |
Set the Entity Set object to this grid function space. More... | |
Traits::OrderingTag & | orderingTag () |
const Traits::OrderingTag & | orderingTag () const |
bool | isRootSpace () const |
Protected Member Functions | |
template<typename Ordering > | |
void | update (Ordering &ordering) const |
Protected Attributes | |
std::optional< typename Traits::EntitySet > | _entity_set |