Skip to content

Fix norm calculation in the Newton solver

Bernd Flemisch requested to merge fix/newton-norm-calculation into master

Use the norm provided by the linear solver also for the initial residual. In subsequent steps, the linear solver calculated the norm of the solution instead of the residual. Fix this.

Merge request reports