From 3353b5c218521f8a00bad9a7b73c4f28e568374e Mon Sep 17 00:00:00 2001 From: David <forenkram@gmx.de> Date: Thu, 25 Jun 2020 13:58:13 +0200 Subject: [PATCH] readjust solver tol --- .../TP-R-layered_soil_with_inner_patch-realistic.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Two-phase-Richards/multi-patch/layered_soil_with_inner_patch/TP-R-layered_soil_with_inner_patch-realistic.py b/Two-phase-Richards/multi-patch/layered_soil_with_inner_patch/TP-R-layered_soil_with_inner_patch-realistic.py index 589a3d9..5dd7b98 100755 --- a/Two-phase-Richards/multi-patch/layered_soil_with_inner_patch/TP-R-layered_soil_with_inner_patch-realistic.py +++ b/Two-phase-Richards/multi-patch/layered_soil_with_inner_patch/TP-R-layered_soil_with_inner_patch-realistic.py @@ -49,7 +49,7 @@ resolutions = { # 2: 2e-6, # h=1.1180 # 4: 2e-6, # h=0.5590 # 8: 2e-6, # h=0.2814 - 16: 1e-5, # h=0.1412 + 16: 5e-6, # h=0.1412 # 32: 5e-6, # 64: 2e-6, # 128: 2e-6 -- GitLab