Skip to content
Snippets Groups Projects
Commit ab2b0fb6 authored by David Seus's avatar David Seus
Browse files

correct wrong parameters

parent d9563462
No related branches found
No related tags found
No related merge requests found
......@@ -36,21 +36,21 @@ resolutions = {
2: 5e-4, # h=1.1180
4: 3e-4, # h=0.5590
8: 1e-6, # h=0.2814
16: 9e-7, # h=0.1412
32: 9e-7, # h=0.0706
64: 9e-7, # 0.03535
128: 9e-7, # 0.01768
16: 7e-7, # h=0.1412
32: 7e-7, # h=0.0706
64: 7e-7, # 0.03535
128: 7e-7, # 0.01768
# 256: 1e-6 # 0.00884
}
############ GRID #######################
# mesh_resolution = 20
timestep_size = 0.001
number_of_timesteps = 11
plot_timestep_every = 5
number_of_timesteps = 700
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 = 6
number_of_timesteps_to_analyse = 1
starttimes = [0.0]
Lw = 0.025 #/timestep_size
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment