Skip to content

Commit

Permalink
Fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
bennibolm committed Feb 5, 2024
1 parent 6464f4d commit dc72678
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ callbacks = CallbackSet(summary_callback,
# run the simulation

stage_callbacks = (BoundsCheckCallback(save_errors = false, interval = 100,
output_directory = "out"))
output_directory = "out"),)

sol = Trixi.solve(ode, Trixi.SimpleSSPRK33(stage_callbacks = stage_callbacks);
dt = 1.0, # solve needs some value here but it will be overwritten by the stepsize_callback
Expand Down

0 comments on commit dc72678

Please sign in to comment.