From ea82fc586af6c5dc6a2b632ba8bc192e4a1c1bd0 Mon Sep 17 00:00:00 2001 From: David <forenkram@gmx.de> Date: Fri, 12 Jun 2020 12:23:39 +0200 Subject: [PATCH] lower solver tol, toggle output --- ...oil_with_inner_patch-pure-dd-mesh-study.py | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/Two-phase-Richards/multi-patch/layered_soil_with_inner_patch/mesh_study/TP-R-layered_soil_with_inner_patch-pure-dd-mesh-study.py b/Two-phase-Richards/multi-patch/layered_soil_with_inner_patch/mesh_study/TP-R-layered_soil_with_inner_patch-pure-dd-mesh-study.py index 1440ff5..c71482a 100755 --- a/Two-phase-Richards/multi-patch/layered_soil_with_inner_patch/mesh_study/TP-R-layered_soil_with_inner_patch-pure-dd-mesh-study.py +++ b/Two-phase-Richards/multi-patch/layered_soil_with_inner_patch/mesh_study/TP-R-layered_soil_with_inner_patch-pure-dd-mesh-study.py @@ -36,14 +36,14 @@ max_iter_num = 300 FEM_Lagrange_degree = 1 mesh_study = True resolutions = { - 1: 5e-6, # h=2 - 2: 5e-6, # h=1.1180 - 4: 5e-6, # h=0.5590 - 8: 5e-6, # h=0.2814 - 16: 5e-6, # h=0.1412 - 32: 5e-6, - 64: 5e-6, - 128: 5e-6 + # 1: 5e-6, # h=2 + # 2: 5e-6, # h=1.1180 + # 4: 5e-6, # h=0.5590 + # 8: 5e-6, # h=0.2814 + # 16: 5e-6, # h=0.1412 + # 32: 5e-6, + 64: 2e-6, + 128: 2e-6 } # GRID ####################### @@ -102,8 +102,8 @@ lambda56_w = 4 lambda56_nw = 4 include_gravity = False -debugflag = True -analyse_condition = True +debugflag = False +analyse_condition = False if mesh_study: output_string = "./output/{}-{}_timesteps{}_P{}".format( -- GitLab