Skip to content

Feature: Use also maximum norm in Newton

Marian Piatkowski requested to merge feature/use-maxnorm-in-newton into master

This MR adds the possibility to use the maximum norm in Newton for stopping. It helps loosen the tolerance when solving for stationary solutions of nonlinear time-dependent problems as the Euclidean norm might become too strict in fulfilling the tolerance. This has been initiated by Peter when he solved the diffusive wave approximation problem.

I haven't compiled the code for correctness, so please check.

Merge request reports