From 7f4227c453e6de08cea03eb8cae251335626225c Mon Sep 17 00:00:00 2001
From: David <forenkram@gmx.de>
Date: Tue, 4 Aug 2020 18:23:15 +0200
Subject: [PATCH] enable writing out iterations

---
 .../TP-R-layered_soil_with_inner_patch-realistic.py             | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Two-phase-Richards/multi-patch/layered_soil_with_inner_patch/TP-R-layered_soil_with_inner_patch-realistic.py b/Two-phase-Richards/multi-patch/layered_soil_with_inner_patch/TP-R-layered_soil_with_inner_patch-realistic.py
index 3abb016..8198b8f 100755
--- a/Two-phase-Richards/multi-patch/layered_soil_with_inner_patch/TP-R-layered_soil_with_inner_patch-realistic.py
+++ b/Two-phase-Richards/multi-patch/layered_soil_with_inner_patch/TP-R-layered_soil_with_inner_patch-realistic.py
@@ -148,7 +148,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