From a8ac9eb193ca689cfdc2e49732784130dfb0e26e Mon Sep 17 00:00:00 2001 From: David <forenkram@gmx.de> Date: Tue, 4 Aug 2020 18:28:44 +0200 Subject: [PATCH] setup coarser tol --- .../TP-R-layered_soil_with_inner_patch-realistic.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 8198b8f..d62b600 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 @@ -30,7 +30,7 @@ date = datetime.datetime.now() datestr = date.strftime("%Y-%m-%d") # Name of the usecase that will be printed during simulation. -use_case = "TP-R-layered-soil-with-inner-patch-realistic-same-intrinsic-fine-tol" +use_case = "TP-R-layered-soil-with-inner-patch-realistic-same-intrinsic-higher-tol" # The name of this very file. Needed for creating log output. thisfile = "TP-R-layered_soil_with_inner_patch-realistic.py" @@ -47,7 +47,7 @@ resolutions = { # 4: 2e-6, # h=0.5590 # 8: 2e-6, # h=0.2814 # 16: 1e-6, # h=0.1412 - 32: 5e-7, + 32: 5e-6, # 64: 2e-6, # 128: 2e-6 } -- GitLab