iMSTK
Interactive Medical Simulation Toolkit
Public Attributes | List of all members
imstk::FemModelConfig Struct Reference

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
 

Detailed Description

Parameters for finite element model.

Definition at line 34 of file imstkFemDeformableBodyModel.h.


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