Flow123d
master-f44eb46
|
#include <fe_system.hh>
Public Member Functions | |
DofComponentData (unsigned int fei, unsigned int bi, unsigned co) | |
Public Attributes | |
unsigned int | fe_index |
Index of base FE class in the vector fe_. More... | |
unsigned int | basis_index |
Index of basis function in the base FE. More... | |
unsigned int | component_offset |
Component index in the FESystem. More... | |
Auxiliary class that stores the relation of dofs in the FESystem to the base FE class. For each dof in FESystem it provides:
Definition at line 37 of file fe_system.hh.
|
inline |
Definition at line 39 of file fe_system.hh.
unsigned int DofComponentData::basis_index |
Index of basis function in the base FE.
Definition at line 48 of file fe_system.hh.
unsigned int DofComponentData::component_offset |
Component index in the FESystem.
Definition at line 50 of file fe_system.hh.
unsigned int DofComponentData::fe_index |
Index of base FE class in the vector fe_.
Definition at line 46 of file fe_system.hh.