From 149871a6f6b091038d44c6a3e16750974a803e36 Mon Sep 17 00:00:00 2001 From: David <forenkram@gmx.de> Date: Sat, 27 Jun 2020 14:17:48 +0200 Subject: [PATCH] cleanup TP-R-2-patch-realistic.py using helpers and substructuring module --- .../TP-R-two-patch-test-case/TP-R-2-patch-realistic.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Two-phase-Richards/two-patch/TP-R-two-patch-test-case/TP-R-2-patch-realistic.py b/Two-phase-Richards/two-patch/TP-R-two-patch-test-case/TP-R-2-patch-realistic.py index 006b475..5cad90c 100755 --- a/Two-phase-Richards/two-patch/TP-R-two-patch-test-case/TP-R-2-patch-realistic.py +++ b/Two-phase-Richards/two-patch/TP-R-two-patch-test-case/TP-R-2-patch-realistic.py @@ -38,7 +38,7 @@ thisfile = "TP-R-2-patch-realistic.py" # GENERAL SOLVER CONFIG ###################################################### # maximal iteration per timestep -max_iter_num = 5 +max_iter_num = 500 FEM_Lagrange_degree = 1 # GRID AND MESH STUDY SPECIFICATIONS ######################################### -- GitLab