From 7540d4c282e3442b9324baf6bb9929a5514046ff Mon Sep 17 00:00:00 2001 From: David Seus <david.seus@ians.uni-stuttgart.de> Date: Thu, 16 Jul 2020 16:09:07 +0200 Subject: [PATCH] uiae --- .../mesh_studies/TP-R-multi-patch-with-inner-patch.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Two-phase-Richards/multi-patch/five_patch_domain_with_inner_patch/mesh_studies/TP-R-multi-patch-with-inner-patch.py b/Two-phase-Richards/multi-patch/five_patch_domain_with_inner_patch/mesh_studies/TP-R-multi-patch-with-inner-patch.py index b3f83e0..5232f3f 100755 --- a/Two-phase-Richards/multi-patch/five_patch_domain_with_inner_patch/mesh_studies/TP-R-multi-patch-with-inner-patch.py +++ b/Two-phase-Richards/multi-patch/five_patch_domain_with_inner_patch/mesh_studies/TP-R-multi-patch-with-inner-patch.py @@ -36,7 +36,7 @@ thisfile = "TP-R-multi-patch-with-inner-patch.py" # GENERAL SOLVER CONFIG ###################################################### # maximal iteration per timestep -max_iter_num = 2 +max_iter_num = 1000 FEM_Lagrange_degree = 1 # GRID AND MESH STUDY SPECIFICATIONS ######################################### @@ -58,7 +58,7 @@ resolutions = { # for each element t_0 in starttimes. starttimes = {0: 0.0} timestep_size = 0.001 -number_of_timesteps = 5 +number_of_timesteps = 1000 # LDD scheme parameters ###################################################### Lw1 = 0.5 # /timestep_size -- GitLab