Simulation.debug_newton
Save a trace of the sub-iterations when the Newton-Raphson alogrithm is used. Default to False.
Examples
>>> from iode import Simulation >>> simu = Simulation() >>> # default value >>> simu.debug_newton False