dune-fem 2.8.0
|
Specialisation for PointBased approach. More...
#include <dune/fem/space/common/dofstorage.hh>
Public Member Functions | |
PointBasedDofConversionUtility (int numComponents) | |
void | newSize (const int size) |
int | component (const int combinedIndex) const |
int | containedDof (const int combinedIndex) const |
Number of the (scalar) base function belonging to base function index. | |
int | combinedDof (const int containedIndex, const int component) const |
Static Public Member Functions | |
static DofStoragePolicy | policy () |
Find out what type of policy this is. | |
Specialisation for PointBased approach.
|
inline |
Constructor
numComponents | Number of components in range vector (==dimRange). |
|
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 |
The size of the range vector cannot change, hence this method does nothing. (In fact, this method is only here so that you can treat all DofStorageUtility objects identically without knowing whether they are PointBased or VariableBased.)
|
inlinestatic |
Find out what type of policy this is.