16 #ifndef SURGSIM_PHYSICS_FEMELEMENTSTRUCTS_H 17 #define SURGSIM_PHYSICS_FEMELEMENTSTRUCTS_H 23 namespace FemElementStructs
37 return (thetaX == rhs.thetaX && thetaY == rhs.thetaY && thetaZ == rhs.thetaZ);
55 std::vector<size_t> nodeIds;
89 #endif // SURGSIM_PHYSICS_FEMELEMENTSTRUCTS_H Wraps glewInit() to separate the glew opengl definitions from the osg opengl definitions only imgui n...
Definition: AddRandomSphereBehavior.cpp:36
RotationVectorData is a structure containing the rotational dof per vertex The nature of the rotation...
Definition: FemElementStructs.h:29
FemElement2DParameter is a FemElementParameter structure specialized for 2D element.
Definition: FemElementStructs.h:73
FemElementParameter is a structure containing the parameters of an fem element following the Hooke's ...
Definition: FemElementStructs.h:47
FemElement1DParameter is a FemElementParameter structure specialized for 1D element.
Definition: FemElementStructs.h:62
FemElement3DParameter is a FemElementParameter structure specialized for 3D element.
Definition: FemElementStructs.h:83