|
dune-fem 2.8.0
|
Specialisation for VariableBased approach. More...
#include <dune/fem/space/combinedspace/combineddofstorage.hh>
Public Types | |
| typedef ContainedMapper | ContainedMapperType |
Public Member Functions | |
| CombinedDofConversionUtility (const ContainedMapperType &mapper, int size) | |
| constructor | |
| void | newSize (int size) |
| Set new size after adaptation. | |
| int | component (int combinedIndex) const |
| int | containedDof (int combinedIndex) const |
| Number of the (scalar) base function belonging to base function index. | |
| int | combinedDof (int containedIndex, int component) const |
Static Public Member Functions | |
| static DofStoragePolicy | policy () |
| Find out what type of policy this is. | |
Protected Member Functions | |
| int | containedSize () const |
Protected Attributes | |
| const ContainedMapperType & | mapper_ |
Specialisation for VariableBased approach.
| typedef ContainedMapper Dune::Fem::CombinedDofConversionUtility< ContainedMapper, N, VariableBased >::ContainedMapperType |
|
inline |
constructor
| [in] | mapper | mapper of the contained space |
| [in] | size | number of global DoFs per component |
|
inline |
Reverse operation of containedDof, component i == combinedDof(containedDof(i), component(i))
|
inline |
Component which the actual base function index gives a contribution
|
inline |
Number of the (scalar) base function belonging to base function index.
|
inlineprotected |
|
inline |
Set new size after adaptation.
|
inlinestatic |
Find out what type of policy this is.
|
protected |