Skip to content
Snippets Groups Projects
Commit 64fcc8e1 authored by David's avatar David
Browse files

setup a few steps

parent 2ab4ec7c
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: 2e-5, 32: 5e-5,
# 64: 2e-6, # 64: 2e-6,
# 128: 1e-6, # 128: 1e-6,
# 256: 1e-6, # 256: 1e-6,
...@@ -78,15 +78,15 @@ resolutions = { ...@@ -78,15 +78,15 @@ resolutions = {
# that this initial timestep should be counted as. # that this initial timestep should be counted as.
# Format: # Format:
# timestep_num: initial_time # timestep_num: initial_time
# starttimes = {0: 0.0} starttimes = {0: 0.0}
starttimes = { # starttimes = {
0: 0.0, # 0: 0.0,
1: 0.3, # 1: 0.3,
2: 0.6, # 2: 0.6,
3: 0.9, # 3: 0.9,
} # }
timestep_size = 0.001 timestep_size = 0.001
number_of_timesteps = 1 number_of_timesteps = 10
# LDD scheme parameters ###################################################### # LDD scheme parameters ######################################################
Lw1 = 0.025 # /timestep_size Lw1 = 0.025 # /timestep_size
...@@ -116,7 +116,7 @@ analyse_condition = False ...@@ -116,7 +116,7 @@ analyse_condition = False
plot_timestep_every = 1 plot_timestep_every = 1
# Decide how many timesteps you want analysed. Analysed means, that # Decide how many timesteps you want analysed. Analysed means, that
# subsequent errors of the L-iteration within the timestep are written out. # subsequent errors of the L-iteration within the timestep are written out.
number_of_timesteps_to_analyse = 1 number_of_timesteps_to_analyse = 2
# fine grained control over data to be written to disk in the mesh study case # fine grained control over data to be written to disk in the mesh study case
# as well as for a regular simuation for a fixed grid. # as well as for a regular simuation for a fixed grid.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment