OpenBeam
C++ library for static analysis of mechanical structures
|
Public Member Functions | |
NodeDoF (node_index_t _node_id, DoF_index _dof) | |
NodeDoF (node_index_t _node_id, uint8_t _dof) | |
uint8_t | dofAsInt () const |
Public Attributes | |
node_index_t | nodeId |
DoF_index | dof |
In the range [0-5]. | |