|
NLPHYSICS_API | Fem (Nodes &nodes_, Tetrahedra &tetrahedra_, float poissonRatio_=0.3f, float youngModulus_=1.0f) |
| Constructor. More...
|
|
NLPHYSICS_API void | solve (void) |
|
Definition at line 37 of file Fem.h.
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: