|
iMSTK
Interactive Medical Simulation Toolkit
|
Parameters for finite element model. More...
#include <imstkFemDeformableBodyModel.h>
Public Attributes | |
| FeMethodType | m_femMethod = FeMethodType::Invertible |
| HyperElasticMaterialType | m_hyperElasticMaterialType = HyperElasticMaterialType::StVK |
| std::string | m_fixedDOFFilename |
| std::vector< std::size_t > | m_fixedNodeIds |
| double | m_dampingMassCoefficient = 0.1 |
| double | m_dampingStiffnessCoefficient = 0.01 |
| double | m_dampingLaplacianCoefficient = 0.0 |
| double | m_deformationCompliance = 1.0 |
| double | m_compressionResistance = 500.0 |
| double | m_inversionThreshold = -std::numeric_limits<double>::max() |
| double | m_gravity = 9.81 |
Parameters for finite element model.
Definition at line 34 of file imstkFemDeformableBodyModel.h.
1.8.13