From 507c1158e1cff17e58b3ecc1089500c64cca6a46 Mon Sep 17 00:00:00 2001
From: David <forenkram@gmx.de>
Date: Tue, 11 Aug 2020 15:21:25 +0200
Subject: [PATCH] setup new TPTP two domain mesh study

---
 .../mesh_studies/TP-TP-2-patch-mesh-study.py       | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/Two-phase-Two-phase/two-patch/mesh_studies/TP-TP-2-patch-mesh-study.py b/Two-phase-Two-phase/two-patch/mesh_studies/TP-TP-2-patch-mesh-study.py
index 1959595..3493e41 100755
--- a/Two-phase-Two-phase/two-patch/mesh_studies/TP-TP-2-patch-mesh-study.py
+++ b/Two-phase-Two-phase/two-patch/mesh_studies/TP-TP-2-patch-mesh-study.py
@@ -34,7 +34,7 @@ use_case = "TP-TP-2-patch-realistic"
 thisfile = "TP-TP-2-patch-mesh-study.py"
 # GENERAL SOLVER CONFIG  ######################################################
 # maximal iteration per timestep
-max_iter_num = 400
+max_iter_num = 2000
 FEM_Lagrange_degree = 1
 
 # GRID AND MESH STUDY SPECIFICATIONS  #########################################
@@ -42,12 +42,12 @@ mesh_study = True
 resolutions = {
                 1: 1e-5,
                 2: 1e-5,
-                4: 1e-5,
-                8: 1e-5,
-                16: 5e-6,
-                32: 3e-6,
-                64: 1e-6,
-                128: 1e-6,
+                4: 5e-6,
+                8: 5e-6,
+                16: 1e-6,
+                32: 1e-6,
+                64: 5e-7,
+                128: 5e-7,
                 # 256: 1e-6,
                 }
 
-- 
GitLab