SIM_SolverGetAbsoluteTolerance (ESI Function)
- Updated2023-03-14
- 1 minute(s) read
SIM_SolverGetAbsoluteTolerance (ESI Function)
Owning Class: Solver API
Requires: Control Design and Simulation Module
Prototype
double SIM_SolverGetAbsoluteTolerance(SIM_Solver *solver);
Description
Returns the absolute tolerance for the simulation.
Inputs
| Name | Description |
|---|---|
| solver | Specifies a reference to the external ODE solver. Use this reference as an input to other ESI functions. Do not modify solver directly. |
Return Value
Returns the absolute tolerance for the simulation.
Examples
double absTol = SIM_SolverGetAbsoluteTolerance(solver);