Skip to content
Snippets Groups Projects
Commit 6252cb07 authored by David's avatar David
Browse files

setup smaller L simulaltion

parent c6c637fb
No related branches found
No related tags found
No related merge requests found
......@@ -57,7 +57,7 @@ resolutions = {
# for each element t_0 in starttimes.
starttimes = {0: 0.0}
timestep_size = 0.001
number_of_timesteps = 5
number_of_timesteps = 1000
# LDD scheme parameters ######################################################
Lw1 = 0.025 #/timestep_size
......@@ -70,14 +70,14 @@ lambda_w = 4
lambda_nw = 4
include_gravity = False
debugflag = True
debugflag = False
analyse_condition = False
# I/O CONFIG #################################################################
# 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 = 4
# 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 = 5
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment