Skip to content

[newton] Implementation of absolute residual criterion

Martin Schneider requested to merge feature/NewtonAbsCriteria into master

This implements an absolute residual criterion, where convergence is declared if the residual is below the MaxAbsoluteResidual tolerance.

Merge request reports