AttributesODEIntegrator

Provides attributes for ODE integrators:
IntegratorType, minStepSize, maxStepSize, absoluteTolerance, relativeTolerance. For methods without step size control, minStepSize and maxStepSize should be equal.


Field: toleranceAbsolute [double]

---


Field: stepSizeMax [double]

---


Field: solverType [IntegratorType]

---


Field: stepSizeMin [double]

---


Field: toleranceRelative [double]

---