From a20a23e2fe27154153095aacadf11563975cc135 Mon Sep 17 00:00:00 2001 From: David <forenkram@gmx.de> Date: Fri, 23 Oct 2020 15:11:05 +0200 Subject: [PATCH] new parameters --- .../layered_soil/TP-R-layered_soil-g-but-same-perm.py | 4 ++-- 1 file changed, 2 insertions(+), 2 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 a5f1d6c..8d5e045 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 @@ -113,10 +113,10 @@ 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 = 5 # 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 = 2 +number_of_timesteps_to_analyse = 10 # 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