Skip to content

Commit

Permalink
Reduce time step size of example input file to avoid numerical instab…
Browse files Browse the repository at this point in the history
…ility.
  • Loading branch information
mrhardman committed Jul 3, 2024
1 parent 7efa515 commit 41e04fd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,6 @@ sink_vth=0.07071067811865475

[timestepping]
nstep = 50000
dt = 5.0e-4
dt = 2.5e-4
nwrite = 100
nwrite_dfns = 100

0 comments on commit 41e04fd

Please sign in to comment.