Skip to content

Revert "simulation: change time-step solver to fast_newton"

Sjoerd Geevers requested to merge revert_timestep_solver into master

This reverts commit d2c97f47.

The fast_newton solver failed to find a solution for certain models. To prevent current use casse from suddenly breaking, the idea is to return to the previous solver. In the future, an option will be added to SimulationProblem with which the user can select his/her own solver for the implicit time step updates.

Merge request reports