From 2c5b9befd1db43e8d6af8e91a83f2b42af52bc84 Mon Sep 17 00:00:00 2001
From: David Seus <david.seus@ians.uni-stuttgart.de>
Date: Mon, 16 Dec 2019 14:36:02 +0100
Subject: [PATCH] uiae

---
 .../two-patch/mesh_studies/TP-TP-2-patch-mesh-study.py        | 4 ++--
 1 file changed, 2 insertions(+), 2 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 889d50f..cd8e079 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
@@ -54,7 +54,7 @@ lambda_nw = 4
 
 include_gravity = False
 debugflag = False
-analyse_condition = False
+analyse_condition = True
 
 if mesh_study:
     output_string = "./output/{}-{}_timesteps{}_P{}".format(datestr, use_case, number_of_timesteps, FEM_Lagrange_degree)
@@ -69,7 +69,7 @@ if mesh_study:
     write_to_file = {
         'space_errornorms': True,
         'meshes_and_markers': True,
-        'L_iterations_per_timestep': False,
+        'L_iterations_per_timestep': True,
         'solutions': True,
         'absolute_differences': True,
         'condition_numbers': analyse_condition,
-- 
GitLab