From 40590078520093c3cec1f4a893e9ad463aa1e72a Mon Sep 17 00:00:00 2001
From: David <forenkram@gmx.de>
Date: Fri, 3 Jul 2020 10:18:06 +0200
Subject: [PATCH] reset TPTP-2patch control with same intrinsic no g but finer
 solver tol

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

diff --git a/Two-phase-Two-phase/two-patch/TP-TP-2-patch-test-case/TP-TP-2-patch-same-intrinsic-perm.py b/Two-phase-Two-phase/two-patch/TP-TP-2-patch-test-case/TP-TP-2-patch-same-intrinsic-perm.py
index 5055c4b..09e03f1 100755
--- a/Two-phase-Two-phase/two-patch/TP-TP-2-patch-test-case/TP-TP-2-patch-same-intrinsic-perm.py
+++ b/Two-phase-Two-phase/two-patch/TP-TP-2-patch-test-case/TP-TP-2-patch-same-intrinsic-perm.py
@@ -29,7 +29,7 @@ date = datetime.datetime.now()
 datestr = date.strftime("%Y-%m-%d")
 
 # Name of the usecase that will be printed during simulation.
-use_case = "TP-TP-2P-realistic-same-intrinsic-perm0.01-control-for-case160620"
+use_case = "TP-TP-2P-realistic-same-intrinsic-control-for-case160620-orig-param"
 # The name of this very file. Needed for creating log output.
 thisfile = "TP-TP-2-patch-same-intrinsic-perm.py"
 
@@ -46,7 +46,7 @@ resolutions = {
                 # 4: 1e-6,
                 # 8: 1e-6,
                 # 16: 5e-6,
-                32: 5e-6,
+                32: 3e-6,
                 # 64: 2e-6,
                 # 128: 1e-6,
                 # 256: 1e-6,
-- 
GitLab