Skip to content

Fix line search ConvergenceOnSolution

Reinhard Resch requested to merge fix-line_search into develop

Dear MBDyn Developers,

This branch fixes a stability issue of the line search nonlinear solver. The problem was, that AfterConvergence was not called in StepIntegrator::Advance whenever an exception of type ConvergenceOnSolution was thrown. As a consequence, the rate of convergence was reduced.

Merge request reports