DUNE-FEM (unstable)
Dune::Fem::DofConversionUtility< PointBased > Class Reference
Specialisation for PointBased approach. More...
#include <dune/fem/space/common/dofstorage.hh>
Public Member Functions | |
DofConversionUtility (int numComponents) | |
void | newSize (int size) |
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. | |
Detailed Description
Specialisation for PointBased approach.
Constructor & Destructor Documentation
◆ DofConversionUtility()
|
inline |
Constructor
- Parameters
-
numComponents Number of components in range vector (==dimRange).
Member Function Documentation
◆ combinedDof()
|
inline |
Reverse operation of containedDof, component i == combinedDof(containedDof(i), component(i))
◆ component()
|
inline |
Component which the actual base function index gives a contribution
- Returns
- is in range {0, dimRange-1}
◆ newSize()
|
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.)
The documentation for this class was generated from the following file:
- dune/fem/space/common/dofstorage.hh
|
Legal Statements / Impressum |
Hosted by TU Dresden |
generated with Hugo v0.111.3
(Nov 13, 23:29, 2024)