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 = { ...@@ -36,21 +36,21 @@ resolutions = {
2: 5e-4, # h=1.1180 2: 5e-4, # h=1.1180
4: 3e-4, # h=0.5590 4: 3e-4, # h=0.5590
8: 1e-6, # h=0.2814 8: 1e-6, # h=0.2814
16: 9e-7, # h=0.1412 16: 7e-7, # h=0.1412
32: 9e-7, # h=0.0706 32: 7e-7, # h=0.0706
64: 9e-7, # 0.03535 64: 7e-7, # 0.03535
128: 9e-7, # 0.01768 128: 7e-7, # 0.01768
# 256: 1e-6 # 0.00884 # 256: 1e-6 # 0.00884
} }
############ GRID ####################### ############ GRID #######################
# mesh_resolution = 20 # mesh_resolution = 20
timestep_size = 0.001 timestep_size = 0.001
number_of_timesteps = 11 number_of_timesteps = 700
plot_timestep_every = 5 plot_timestep_every = 2
# decide how many timesteps you want analysed. Analysed means, that we write out # decide how many timesteps you want analysed. Analysed means, that we write out
# subsequent errors of the L-iteration within the timestep. # subsequent errors of the L-iteration within the timestep.
number_of_timesteps_to_analyse = 6 number_of_timesteps_to_analyse = 1
starttimes = [0.0] starttimes = [0.0]
Lw = 0.025 #/timestep_size 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