From ab49eb5ff04ecf74d2c528f3fd60c2a7bc600d9f Mon Sep 17 00:00:00 2001 From: Martin Schneider <martin.schneider@iws.uni-stuttgart.de> Date: Tue, 28 Mar 2017 13:26:55 +0200 Subject: [PATCH] [Changelog] Add absolute residual criterion feature --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 566d700769..490279f97f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,6 +28,9 @@ Differences Between DuMuX 2.10 and DuMuX 2.11 connected to the first elements. - A python script for the post-process-calculation of the L2 error from Vtk files has been added. + - An absolute residual criterion has been implemented for the Newton solver. + The criterion is enabled by using the property EnableAbsoluteResidualCriterion. + The property MaxAbsoluteResidual speficies the convergence tolerance. * IMMEDIATE INTERFACE CHANGES not allowing/requiring a deprecation period: - shouldWriteRestartFile() is now, as shouldWriteOutput() already was, -- GitLab