Newton

Source: solvers/newton.py

The standard Newton-Raphson solver which always takes the ‘full’ Newton step.

Other options

linear_solverstr

The linear solver to use within the nonlinear solver

abs_tolfloat · default 1e-10

Absolute tolerance in the convergence criteria

rel_tolfloat · default 1e-08

Relative tolerance in the convergence criteria

max_itsint · default 25

Maximum number of iterations allowed before issuing an error/exception