FEDEM Solver  R8.0
Source code of the dynamics solver
Public Member Functions | Public Attributes | List of all members
Node Struct Reference

Struct with sub-model nodal data. More...

Collaboration diagram for Node:
Collaboration graph
[legend]

Public Member Functions

 Node (const FaVec3 &x=FaVec3())
 The constructor initializes the coordinates. More...
 
Nodeoperator= (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...
 

Detailed Description

Struct with sub-model nodal data.

Constructor & Destructor Documentation

◆ Node()

Node::Node ( const FaVec3 x = FaVec3())
inline

The constructor initializes the coordinates.

Member Function Documentation

◆ operator=()

Node& Node::operator= ( const FaVec3 x)
inline

Assignment operator.

Member Data Documentation

◆ elm

FFlElementBase* Node::elm

Pointer to the matching element.

◆ elmId

int Node::elmId

ID of the matching element.

◆ nodes

IntVec Node::nodes

Global node numbers of the matching element.

◆ shape

DoubleVec Node::shape

Interpolation function values.

◆ xi

double Node::xi[3]

Parametric coordinates of the matching element.

◆ Xn

FaVec3 Node::Xn

Global Cartesian coordinates.


The documentation for this struct was generated from the following file: