From c2626e5d2420ed73f31d1534b551df136f6d7049 Mon Sep 17 00:00:00 2001
From: David <forenkram@gmx.de>
Date: Thu, 18 Jun 2020 12:05:36 +0200
Subject: [PATCH] up the max number

---
 .../TP-R-2-patch-realistic-same-intrinsic-perm.py             | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Two-phase-Richards/two-patch/TP-R-two-patch-test-case/TP-R-2-patch-realistic-same-intrinsic-perm.py b/Two-phase-Richards/two-patch/TP-R-two-patch-test-case/TP-R-2-patch-realistic-same-intrinsic-perm.py
index 9687f32..163ff3d 100755
--- a/Two-phase-Richards/two-patch/TP-R-two-patch-test-case/TP-R-2-patch-realistic-same-intrinsic-perm.py
+++ b/Two-phase-Richards/two-patch/TP-R-two-patch-test-case/TP-R-2-patch-realistic-same-intrinsic-perm.py
@@ -36,7 +36,7 @@ thisfile = "TP-R-2-patch-realistic-same-intrinsic-perm.py"
 
 # GENERAL SOLVER CONFIG  ######################################################
 # maximal iteration per timestep
-max_iter_num = 250
+max_iter_num = 1000
 FEM_Lagrange_degree = 1
 
 # GRID AND MESH STUDY SPECIFICATIONS  #########################################
@@ -47,7 +47,7 @@ resolutions = {
                 # 4: 1e-5,
                 # 8: 1e-5,
                 # 16: 5e-6,
-                32: 2e-6,
+                32: 5e-6,
                 # 64: 2e-6,
                 # 128: 2e-6,
                 # 256: 1e-6,
-- 
GitLab