neurolots  0.3.4
NeuroLOTs
nlphysics::Fem Class Reference
+ Collaboration diagram for nlphysics::Fem:

Public Member Functions

NLPHYSICS_API Fem (Nodes &nodes_, Tetrahedra &tetrahedra_, float poissonRatio_=0.3f, float youngModulus_=1.0f)
 Constructor. More...
 
NLPHYSICS_API void solve (void)
 

Detailed Description

Definition at line 37 of file Fem.h.

Constructor & Destructor Documentation

NLPHYSICS_API nlphysics::Fem::Fem ( Nodes &  nodes_,
Tetrahedra &  tetrahedra_,
float  poissonRatio_ = 0.3f,
float  youngModulus_ = 1.0f 
)

Constructor.

Parameters
nodes_geometry nodes of the FEM system
tetrahedra_geometry tetrahedra of the FEM system
poissonRatio_Poisson's ratio
youngModulus_Young modulus

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