Skip to content

Move break condition in newton loop from bottom to top of loop.

Andreas Dedner requested to merge bugfix/newtonWithZeroResiduum into master

The original implementation could fail with initial residual equal to zero.

Merge request reports