FEDEM Solver
R8.0
Source code of the dynamics solver
|
Struct with sub-model nodal data. More...
Public Member Functions | |
Node (const FaVec3 &x=FaVec3()) | |
The constructor initializes the coordinates. More... | |
Node & | operator= (const FaVec3 &x) |
Assignment operator. More... | |
Public Attributes | |
FaVec3 | Xn |
Global Cartesian coordinates. More... | |
int | elmId |
ID of the matching element. More... | |
FFlElementBase * | elm |
Pointer to the matching element. More... | |
double | xi [3] |
Parametric coordinates of the matching element. More... | |
IntVec | nodes |
Global node numbers of the matching element. More... | |
DoubleVec | shape |
Interpolation function values. More... | |
Struct with sub-model nodal data.
FFlElementBase* Node::elm |
Pointer to the matching element.
int Node::elmId |
ID of the matching element.
IntVec Node::nodes |
Global node numbers of the matching element.
DoubleVec Node::shape |
Interpolation function values.
double Node::xi[3] |
Parametric coordinates of the matching element.
FaVec3 Node::Xn |
Global Cartesian coordinates.