From 71465cc3b61f3b85cab7b59aa89b579146d22d99 Mon Sep 17 00:00:00 2001
From: David Seus <david.seus@ians.uni-stuttgart.de>
Date: Thu, 16 Jul 2020 16:05:20 +0200
Subject: [PATCH] setup complement study for TPR five patch

---
 .../TP-R-multi-patch-with-inner-patch.py         | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 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 940adbc..b3f83e0 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
@@ -30,7 +30,7 @@ date = datetime.datetime.now()
 datestr = date.strftime("%Y-%m-%d")
 
 # Name of the usecase that will be printed during simulation.
-use_case = "TP-R-five-domain-with-inner-patch-realistic"
+use_case = "TP-R-five-domain-with-inner-patch-realistic-complement-2906"
 # The name of this very file. Needed for creating log output.
 thisfile = "TP-R-multi-patch-with-inner-patch.py"
 
@@ -42,14 +42,14 @@ FEM_Lagrange_degree = 1
 # GRID AND MESH STUDY SPECIFICATIONS  #########################################
 mesh_study = True
 resolutions = {
-                1: 5e-5,
-                2: 5e-5,
-                4: 2e-5,
-                8: 2e-5,
-                16: 5e-6,
+                # 1: 5e-5,
+                # 2: 5e-5,
+                # 4: 2e-5,
+                # 8: 2e-5,
+                # 16: 5e-6,
                 # 32: 5e-6,
-                # 64: 3e-6,
-                # 128: 3e-6,
+                64: 2e-6,
+                128: 2e-6,
                 # 256: 1e-6,
                 }
 
-- 
GitLab