From b711ff9ef65dcf8f4ed25522c59436661479400c Mon Sep 17 00:00:00 2001 From: David Seus <david.seus@ians.uni-stuttgart.de> Date: Tue, 1 Oct 2019 11:22:11 +0200 Subject: [PATCH] adapt mesh study on ianslcluset08 --- .../mesh_studies/TP-R-2-patch-mesh-study.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Two-phase-Richards/two-patch/TP-R-two-patch-test-case/mesh_studies/TP-R-2-patch-mesh-study.py b/Two-phase-Richards/two-patch/TP-R-two-patch-test-case/mesh_studies/TP-R-2-patch-mesh-study.py index f3b556c..23463c3 100755 --- a/Two-phase-Richards/two-patch/TP-R-two-patch-test-case/mesh_studies/TP-R-2-patch-mesh-study.py +++ b/Two-phase-Richards/two-patch/TP-R-two-patch-test-case/mesh_studies/TP-R-2-patch-mesh-study.py @@ -43,7 +43,7 @@ plot_timestep_every = 2 # decide how many timesteps you want analysed. Analysed means, that we write out # subsequent errors of the L-iteration within the timestep. number_of_timesteps_to_analyse = 4 -starttimes = [0.0, 0.5] +starttimes = [0.0, 0.7] Lw = 0.025 #/timestep_size Lnw=Lw -- GitLab