AbsoluteToleranceScaling
Control scaling of absolute error tolerance during simulation
Description
AbsoluteToleranceScaling
is a property of
a SolverOptions
object, which is a property of
a Configset
object. It is available for the ode
solvers (ode15s
, ode23t
, ode45
,
and sundials
).
AbsoluteToleranceScaling
controls how the
software determines the largest allowable absolute error at any step
in a simulation. For details, see Selecting Absolute Tolerance and Relative Tolerance for Simulation.
Characteristics
Applies to | Object: SolverOptions |
Data type | logical |
Data values | 1 , 0 , true ,
or false . Default is true . |
Access | Read/write |