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

setup experiment with finer tol

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