|
SuperDex Physics C++ API
|
Simulation solver configuration parameters. More...
#include <mochi_structs.h>
Public Member Functions | |
| bool | operator== (SolverParams const &) const =default |
Public Attributes | |
| ExperimentalEvalParams | experimentalEval = {} |
| [Experimental] Evaluation settings common to the full scene. | |
| IntegrationMethod | integrationMethod = IntegrationMethod::Default |
| Time integration method. | |
| LinearSolverParams | linearSolver = {} |
| Linear solver settings. | |
| NonLinearSolverParams | nonLinearSolver = {} |
| Nonlinear solver settings. | |
Simulation solver configuration parameters.
Definition at line 54 of file mochi_structs.h.
|
default |
| ExperimentalEvalParams superdex::SolverParams::experimentalEval = {} |
[Experimental] Evaluation settings common to the full scene.
Definition at line 61 of file mochi_structs.h.
| IntegrationMethod superdex::SolverParams::integrationMethod = IntegrationMethod::Default |
Time integration method.
Definition at line 59 of file mochi_structs.h.
| LinearSolverParams superdex::SolverParams::linearSolver = {} |
Linear solver settings.
Definition at line 57 of file mochi_structs.h.
| NonLinearSolverParams superdex::SolverParams::nonLinearSolver = {} |
Nonlinear solver settings.
Definition at line 55 of file mochi_structs.h.