Main Content

Number of Newton's iterations

Number of Newton's method iterations used by ode14x and ode1be solvers

Model Configuration Pane: Solver

Description

The Number of Newton's iterations parameter specifies the number of Newton's method iterations the ode14x and ode1be solvers use in each time step to compute the model states.

Dependencies

To enable this parameter when the solver Type is Fixed-step, from the Solver list, select ode14x (extrapolation).

To enable this parameter when the solver Type is Variable-step:

  • For the Solver parameter, select odeN (Nonadaptive).

  • For the Integration method parameter, select ode14x (extrapolation).

Settings

1 | scalar integer between 1 and 2147483647

More Newton's method iterations produce a more accurate solution but increases the computational intensity for each simulation step.

Programmatic Use

Parameter: NumberNewtonIterations
Type: scalar integer
Value: scalar integer between 1 and 2147483647
Default: 1

Version History

Introduced before R2006a