dune-fem 2.8.0
|
#include <dune/fem/space/combinedspace/combineddofstorage.hh>
Public Types | |
typedef ContainedMapper | ContainedMapperType |
Public Member Functions | |
CombinedDofConversionUtility (const ContainedMapperType &mapper, const 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. | |
does the same as DofConversionUtility<PointBased>, just other construtor
typedef ContainedMapper Dune::Fem::CombinedDofConversionUtility< ContainedMapper, N, PointBased >::ContainedMapperType |
|
inline |
|
inlineinherited |
Reverse operation of containedDof, component i == combinedDof(containedDof(i), component(i))
|
inlineinherited |
Component which the actual base function index gives a contribution
|
inlineinherited |
Number of the (scalar) base function belonging to base function index.
|
inlineinherited |
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.)
|
inlinestaticinherited |
Find out what type of policy this is.