From 5ec2cc75941684416a638e8a53d72cce4f0e2f6f Mon Sep 17 00:00:00 2001 From: David <forenkram@gmx.de> Date: Thu, 11 Jun 2020 12:38:45 +0200 Subject: [PATCH] recalculate TP-2-patch with g with finer solver tol --- ...-2-patch-mesh-study-all-params-one-but-g.py | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/Two-phase-Richards/two-patch/TP-R-two-patch-test-case/mesh_studies/TP-R-2-patch-mesh-study-all-params-one-but-g.py b/Two-phase-Richards/two-patch/TP-R-two-patch-test-case/mesh_studies/TP-R-2-patch-mesh-study-all-params-one-but-g.py index f1d9073..20e49f3 100755 --- a/Two-phase-Richards/two-patch/TP-R-two-patch-test-case/mesh_studies/TP-R-2-patch-mesh-study-all-params-one-but-g.py +++ b/Two-phase-Richards/two-patch/TP-R-two-patch-test-case/mesh_studies/TP-R-2-patch-mesh-study-all-params-one-but-g.py @@ -36,20 +36,20 @@ thisfile = "TP-R-2-patch-mesh-study-all-params-one-but-g.py" # GENERAL SOLVER CONFIG ###################################################### # maximal iteration per timestep -max_iter_num = 500 +max_iter_num = 300 FEM_Lagrange_degree = 1 # GRID AND MESH STUDY SPECIFICATIONS ######################################### mesh_study = True resolutions = { - 1: 1e-5, - 2: 1e-5, - 4: 1e-5, - 8: 1e-5, - 16: 1e-5, - 32: 1e-5, - 64: 1e-5, - 128: 1e-5, + # 1: 1e-5, + # 2: 1e-5, + # 4: 1e-5, + # 8: 1e-5, + # 16: 1e-5, + # 32: 1e-5, + 64: 2e-6, + 128: 2e-6, # 256: 1e-6, } -- GitLab