FEI
Version of the Day
|
#include <fei_Dof.hpp>
Public Member Functions | |
Dof (LocalOrdinal rank, GlobalOrdinal id, LocalOrdinal field) | |
~Dof () | |
Dof - mesh-degree-of-freedom.
A mesh-dof is the triple (rank, id, field).
Thus if the user chooses to give nodes a rank of 0 and the temperature field a label of 4, then the temperature at node 97 can be represented as the dof (0, 97, 4).
Notes:
Definition at line 40 of file fei_Dof.hpp.
|
inline |
constructor
Definition at line 43 of file fei_Dof.hpp.
|
inline |
destructor
Definition at line 47 of file fei_Dof.hpp.