dune-fem 2.8.0
|
Specialisation for VariableBased approach. More...
#include <dune/fem/space/common/dofstorage.hh>
Public Member Functions | |
DofConversionUtility (int size) | |
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. | |
Specialisation for VariableBased approach.
|
inline |
Constructor
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.
|
inline |
Set new size after adaptation.
|
inlinestatic |
Find out what type of policy this is.