From 64fcc8e158a0c28c75762f051915d9ab5ed44614 Mon Sep 17 00:00:00 2001
From: David <forenkram@gmx.de>
Date: Fri, 23 Oct 2020 11:43:16 +0200
Subject: [PATCH] setup a few steps

---
 .../TP-R-layered_soil-g-but-same-perm.py      | 20 +++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/Usecases/Two-phase-Richards/multi-patch/layered_soil/TP-R-layered_soil-g-but-same-perm.py b/Usecases/Two-phase-Richards/multi-patch/layered_soil/TP-R-layered_soil-g-but-same-perm.py
index afa082e..884e16c 100755
--- a/Usecases/Two-phase-Richards/multi-patch/layered_soil/TP-R-layered_soil-g-but-same-perm.py
+++ b/Usecases/Two-phase-Richards/multi-patch/layered_soil/TP-R-layered_soil-g-but-same-perm.py
@@ -66,7 +66,7 @@ resolutions = {
                 # 4: 1e-6,
                 # 8: 1e-5,
                 # 16: 5e-6,
-                32: 2e-5,
+                32: 5e-5,
                 # 64: 2e-6,
                 # 128: 1e-6,
                 # 256: 1e-6,
@@ -78,15 +78,15 @@ resolutions = {
 # that this initial timestep should be counted as.
 # Format:
 # timestep_num: initial_time
-# starttimes = {0: 0.0}
-starttimes = {
-    0: 0.0,
-    1: 0.3,
-    2: 0.6,
-    3: 0.9,
-    }
+starttimes = {0: 0.0}
+# starttimes = {
+#     0: 0.0,
+#     1: 0.3,
+#     2: 0.6,
+#     3: 0.9,
+#     }
 timestep_size = 0.001
-number_of_timesteps = 1
+number_of_timesteps = 10
 
 # LDD scheme parameters  ######################################################
 Lw1 = 0.025  # /timestep_size
@@ -116,7 +116,7 @@ analyse_condition = False
 plot_timestep_every = 1
 # 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 = 1
+number_of_timesteps_to_analyse = 2
 
 # fine grained control over data to be written to disk in the mesh study case
 # as well as for a regular simuation for a fixed grid.
-- 
GitLab