From 62eb77c708f979585a3fee0c30ff4f95f45a9255 Mon Sep 17 00:00:00 2001
From: David <forenkram@gmx.de>
Date: Fri, 14 Aug 2020 15:56:12 +0200
Subject: [PATCH] setup another control example

---
 .../TP-R-layered_soil_with_inner_patch-realistic.py           | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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 a59d77b..d72f5fa 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
@@ -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-layeredSoilIP-same-intrinsic-plot-every-timestep-test"
+use_case = "TP-R-layeredSoilIP-same-intrinsic-plot-every-control-after-slight-changes"
 # The name of this very file. Needed for creating log output.
 thisfile = "TP-R-layered_soil_with_inner_patch-realistic.py"
 
@@ -114,7 +114,7 @@ analyse_condition = False
 # when number_of_timesteps is high, it might take a long time to write all
 # timesteps to disk. Therefore, you can choose to only write data of every
 # plot_timestep_every timestep to disk.
-plot_timestep_every = 1
+plot_timestep_every = 2
 # Decide how many timesteps you want analysed. Analysed means, that
 # subsequent errors of the L-iteration within the timestep are written out.
 number_of_timesteps_to_analyse = 5
-- 
GitLab