Skip to content

Update time-step solver in simulation

Sjoerd Geevers requested to merge update_simulation_solver into master

Use a fast_newton method instead of ipopt for solving the system of equations for the implicit time steps. The Newton method seems to be more robust.

Merge request reports