Flow123d
release_2.2.0-914-gf1a3a4f
|
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 94 of file fe_system.hh.
|
inline |
Definition at line 96 of file fe_system.hh.
unsigned int FESystem< dim, spacedim >::DofComponentData::basis_index |
Index of basis function in the base FE.
Definition at line 105 of file fe_system.hh.
unsigned int FESystem< dim, spacedim >::DofComponentData::component_offset |
Component index in the FESystem.
Definition at line 107 of file fe_system.hh.
unsigned int FESystem< dim, spacedim >::DofComponentData::fe_index |
Index of base FE class in the vector fe_.
Definition at line 100 of file fe_system.hh.