FEI Package Browser (Single Doxygen Collection)
Version of the Day
|
#include <fei_EqnRecord.hpp>
Public Attributes | |
int | global_eqn |
int | IDType |
int | ID |
int | fieldID |
int | offset |
Associate an equation with the IDType, ID and fieldID of the mesh-object it corresponds to.
Definition at line 17 of file fei_EqnRecord.hpp.
int fei::EqnRecord::global_eqn |
Global equation index.
Definition at line 19 of file fei_EqnRecord.hpp.
Referenced by fei::ReverseMapper::getEqnRecord(), and fei::ReverseMapper::ReverseMapper().
int fei::EqnRecord::IDType |
IDType (usually corresponds to node, edge, element, etc.)
Definition at line 22 of file fei_EqnRecord.hpp.
Referenced by fei::ReverseMapper::getEqnRecord(), and fei::ReverseMapper::ReverseMapper().
int fei::EqnRecord::ID |
Global ID of the node/edge/element/etc.
Definition at line 25 of file fei_EqnRecord.hpp.
Referenced by fei::ReverseMapper::getEqnRecord(), and fei::ReverseMapper::ReverseMapper().
int fei::EqnRecord::fieldID |
Identifier of the field that the global_eqn corresponds to.
Definition at line 28 of file fei_EqnRecord.hpp.
Referenced by fei::ReverseMapper::getEqnRecord(), and fei::ReverseMapper::ReverseMapper().
int fei::EqnRecord::offset |
Offset into the field.
Definition at line 31 of file fei_EqnRecord.hpp.
Referenced by fei::ReverseMapper::getEqnRecord(), and fei::ReverseMapper::ReverseMapper().