Skip to content
Snippets Groups Projects
Commit 086b19ca authored by David's avatar David
Browse files

setup experiment with finer tol

parent b0ea8fa2
No related branches found
No related tags found
No related merge requests found
...@@ -66,7 +66,7 @@ resolutions = { ...@@ -66,7 +66,7 @@ resolutions = {
# 4: 1e-6, # 4: 1e-6,
# 8: 1e-5, # 8: 1e-5,
# 16: 5e-6, # 16: 5e-6,
32: 5e-5, 32: 6e-6,
# 64: 2e-6, # 64: 2e-6,
# 128: 1e-6, # 128: 1e-6,
# 256: 1e-6, # 256: 1e-6,
...@@ -78,13 +78,13 @@ resolutions = { ...@@ -78,13 +78,13 @@ resolutions = {
# starttimes = {0: 0.0} # starttimes = {0: 0.0}
starttimes = { starttimes = {
0: 0.0, 0: 0.0,
250: 0.25, 300: 0.3,
500: 0.5, 600: 0.6,
750: 0.75, 900: 0.9,
1000: 1.0 1200: 1.2
} }
timestep_size = 0.001 timestep_size = 0.001
number_of_timesteps = 300 number_of_timesteps = 400
# LDD scheme parameters ###################################################### # LDD scheme parameters ######################################################
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment