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

set up finer calculation

parent d06cdf02
Branches
Tags
No related merge requests found
......@@ -38,9 +38,9 @@ resolutions = {
############ GRID #######################
# mesh_resolution = 20
timestep_size = 0.0005
number_of_timesteps = 2600
plot_timestep_every = 10
timestep_size = 0.0001
number_of_timesteps = 12500
plot_timestep_every = 50
# decide how many timesteps you want analysed. Analysed means, that we write out
# subsequent errors of the L-iteration within the timestep.
number_of_timesteps_to_analyse = 1
......@@ -49,8 +49,8 @@ starttime = 0.0
Lw = 0.05 #/timestep_size
Lnw=Lw
lambda_w = 400
lambda_nw = 400
lambda_w = 40
lambda_nw = 40
include_gravity = True
debugflag = False
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment