From ebb111850c963ddcdfe5692e20836c2e4b8e65ac Mon Sep 17 00:00:00 2001 From: David Seus <david.seus@ians.uni-stuttgart.de> Date: Wed, 19 Aug 2020 14:22:34 +0200 Subject: [PATCH] remove debug flag --- .../TP-TP-layered_soil_with_inner_patch.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Two-phase-Two-phase/multi-patch/TP-TP-layered-soil-case-with-inner-patch/TP-TP-layered_soil_with_inner_patch.py b/Two-phase-Two-phase/multi-patch/TP-TP-layered-soil-case-with-inner-patch/TP-TP-layered_soil_with_inner_patch.py index 27663b2..2cb49c7 100755 --- a/Two-phase-Two-phase/multi-patch/TP-TP-layered-soil-case-with-inner-patch/TP-TP-layered_soil_with_inner_patch.py +++ b/Two-phase-Two-phase/multi-patch/TP-TP-layered-soil-case-with-inner-patch/TP-TP-layered_soil_with_inner_patch.py @@ -106,7 +106,7 @@ lambda56_w = 0.75 lambda56_nw = 0.75 include_gravity = False -debugflag = True +debugflag = False analyse_condition = False # I/O CONFIG ################################################################# @@ -147,7 +147,7 @@ else: 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