iode.Simulation.debug_newton

property Simulation.debug_newton: bool

Save a trace of the sub-iterations when the Newton-Raphson alogrithm is used. Default to False.

Parameters:
value: bool

Examples

>>> from iode import Simulation
>>> simu = Simulation()
>>> # default value
>>> simu.debug_newton
False