Skip to content

[newtonsolver] Use linearSolver.norm() if available

Timo Koch requested to merge feature/linearsolver-norm into master

If a linear solver provides the ability to compute a norm use that interface, otherwise fallback to the assembler interface.

Merge request reports