From 9393085b789c884b9d2eeccd57d8e21fcc3b0a2e Mon Sep 17 00:00:00 2001
From: David <forenkram@gmx.de>
Date: Wed, 17 Jun 2020 11:03:15 +0200
Subject: [PATCH] reduce timestep size

---
 .../TP-R-2-patch-realistic-same-intrinsic-perm.py             | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Two-phase-Richards/two-patch/TP-R-two-patch-test-case/TP-R-2-patch-realistic-same-intrinsic-perm.py b/Two-phase-Richards/two-patch/TP-R-two-patch-test-case/TP-R-2-patch-realistic-same-intrinsic-perm.py
index 58ba5d9..4a0087b 100755
--- a/Two-phase-Richards/two-patch/TP-R-two-patch-test-case/TP-R-2-patch-realistic-same-intrinsic-perm.py
+++ b/Two-phase-Richards/two-patch/TP-R-two-patch-test-case/TP-R-2-patch-realistic-same-intrinsic-perm.py
@@ -57,7 +57,7 @@ resolutions = {
 # The list is looped over and a simulation is run with t_0 as initial time
 #  for each element t_0 in starttimes.
 starttimes = [0.0]
-timestep_size = 0.001
+timestep_size = 0.01
 number_of_timesteps = 800
 
 # LDD scheme parameters  ######################################################
@@ -72,7 +72,7 @@ lambda_nw = 40
 
 include_gravity = False
 debugflag = False
-analyse_condition = True
+analyse_condition = False
 
 # I/O CONFIG  #################################################################
 # when number_of_timesteps is high, it might take a long time to write all
-- 
GitLab