|
dune-pdelab
2.0.0
|
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::GridViewType & | gridView () const |
| get grid view 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... | |
| 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 | |
| void | update (Ordering &ordering) const |
Mixin class providing common functionality of PowerGridFunctionSpace and CompositeGridFunctionSpace.
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
Returns whether this GridFunctionSpace contains entities with PartitionType partition.
References Dune::PDELab::PartitionInfoProvider::containsPartition().
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
get max dimension of shape function space
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
References _size.
|
inlineinherited |
|
inlineprotectedinherited |
1.8.7