carb::blast::StressSolverSettings
Defined in Blast.h
-
struct StressSolverSettings
Mirrors Nv::Blast::ExtStressSolverSettings.
Public Members
-
uint32_t maxSolverIterationsPerFrame = (25)
maximum number of solver iterations to perform per frame
-
uint32_t graphReductionLevel = 0
graph reduction level
-
float compressionElasticLimit = (0.008f)
below the elastic limit (in MPa) no damage is done to bonds above this fatal limit (in MPa) the bond is immediately broken compression values required and used as the default for other stress limits if they aren’t provided
-
float compressionFatalLimit = (0.01f)
-
float tensionElasticLimit = (-1.0f)
-
float tensionFatalLimit = (-1.0f)
-
float shearElasticLimit = (-1.0f)
-
float shearFatalLimit = (-1.0f)
-
uint32_t maxSolverIterationsPerFrame = (25)