Skip to content

Commit

Permalink
Move solution callback into test
Browse files Browse the repository at this point in the history
  • Loading branch information
bennibolm committed May 3, 2024
1 parent dc50ece commit 4256797
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_tree_2d_euler.jl
Original file line number Diff line number Diff line change
Expand Up @@ -238,11 +238,11 @@ end
@trixi_testset "elixir_euler_shockcapturing_subcell.jl (fixed time step)" begin
# Testing local SSP method without stepsize callback
# Additionally, tests combination with SaveSolutionCallback using time interval
save_solution = SaveSolutionCallback(dt = 0.1 + 1.0e-8)
@test_trixi_include(joinpath(EXAMPLES_DIR,
"elixir_euler_shockcapturing_subcell.jl"),
dt=3.0e-3,
tspan=(0.0, 0.25),
save_solution=SaveSolutionCallback(dt=0.1+1.0e-8),
callbacks=CallbackSet(summary_callback, save_solution,
analysis_callback, alive_callback),
l2=[
Expand Down

0 comments on commit 4256797

Please sign in to comment.