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

set up inner patch TP-TP

parent 46752fb5
Branches
No related tags found
No related merge requests found
......@@ -46,8 +46,8 @@ resolutions = {
# 2: 1e-6,
# 4: 1e-6,
# 8: 1e-6,
16: 5e-6,
# 32: 5e-6,
# 16: 5e-6,
32: 3e-6,
# 64: 2e-6,
# 128: 1e-6,
# 256: 1e-6,
......@@ -58,7 +58,7 @@ resolutions = {
# for each element t_0 in starttimes.
starttimes = [0.0]
timestep_size = 0.001
number_of_timesteps = 10
number_of_timesteps = 1000
# LDD scheme parameters ######################################################
Lw1 = 0.25 # /timestep_size
......@@ -106,8 +106,8 @@ lambda46_nw = 40
lambda56_w = 40
lambda56_nw = 40
include_gravity = True
debugflag = True
include_gravity = False
debugflag = False
analyse_condition = False
# I/O CONFIG #################################################################
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment