|
dune-pdelab
2.5-dev
|
Mixin class providing common functionality of PowerGridFunctionSpace and CompositeGridFunctionSpace. More...
#include <dune/pdelab/gridfunctionspace/powercompositegridfunctionspacebase.hh>

Classes | |
| struct | ConstraintsContainer |
| extract type for storing constraints More... | |
Public Types | |
| typedef PowerCompositeGridFunctionSpaceTraits< GV, B, O, k > | Traits |
| export traits class More... | |
| typedef O | OrderingTag |
Public Member Functions | |
| const Traits::GridView & | gridView () const |
| get grid view More... | |
| const Traits::EntitySet & | entitySet () const |
| get grid view partition More... | |
| PowerCompositeGridFunctionSpaceBase (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... | |
| 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 |
| Traits::OrderingTag & | orderingTag () |
| const Traits::OrderingTag & | orderingTag () const |
| bool | isRootSpace () const |
Protected Member Functions | |
| void | update (Ordering &ordering) const |
Mixin class providing common functionality of PowerGridFunctionSpace and CompositeGridFunctionSpace.
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
get max dimension of shape function space
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
Update the indexing information of the GridFunctionSpace.
\ param force Set to true if the underlying grid has changed (e.g. due to adaptivity) to force an update of the embedded EntitySet.
|
inlineprotectedinherited |
1.8.17