From b3ef4ca4f2c0841a6f2a2560c1b77f7d4eb5025b Mon Sep 17 00:00:00 2001 From: David Seus <david.seus@ians.uni-stuttgart.de> Date: Mon, 7 Oct 2019 11:14:02 +0200 Subject: [PATCH] uiae --- ...TP-2-patch-pure-dd-horizontal-interface-avoiding-origin.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Two-phase-Two-phase/two-patch/TP-TP-2-patch-pure-dd-avoid-interface-at-origin/TP-TP-2-patch-pure-dd-horizontal-interface-avoiding-origin.py b/Two-phase-Two-phase/two-patch/TP-TP-2-patch-pure-dd-avoid-interface-at-origin/TP-TP-2-patch-pure-dd-horizontal-interface-avoiding-origin.py index 25ce74e..6c53b04 100755 --- a/Two-phase-Two-phase/two-patch/TP-TP-2-patch-pure-dd-avoid-interface-at-origin/TP-TP-2-patch-pure-dd-horizontal-interface-avoiding-origin.py +++ b/Two-phase-Two-phase/two-patch/TP-TP-2-patch-pure-dd-avoid-interface-at-origin/TP-TP-2-patch-pure-dd-horizontal-interface-avoiding-origin.py @@ -30,7 +30,7 @@ resolutions = { # 4: 1e-6, # h=0.5590 # 8: 1e-6, # h=0.2814 # 16: 5e-7, # h=0.1412 - 32: 1e-6, + 32: 2e-6, # 64: 5e-7, # 128: 5e-7 } @@ -39,7 +39,7 @@ resolutions = { ############ GRID ####################### # mesh_resolution = 20 timestep_size = 0.0005 -number_of_timesteps = 10 +number_of_timesteps = 2600 plot_timestep_every = 1 # decide how many timesteps you want analysed. Analysed means, that we write out # subsequent errors of the L-iteration within the timestep. -- GitLab