Skip to content

Commit

Permalink
Revert
Browse files Browse the repository at this point in the history
  • Loading branch information
huiyuxie committed Oct 18, 2024
1 parent 29f66cb commit 783e9c0
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions examples/tree_1d_dgsem/elixir_advection_basic.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
using OrdinaryDiffEq
using Trixi




###############################################################################
# semidiscretization of the linear advection equation

Expand Down Expand Up @@ -47,7 +44,8 @@ save_solution = SaveSolutionCallback(interval = 100,
stepsize_callback = StepsizeCallback(cfl = 1.6)

# Create a CallbackSet to collect all callbacks such that they can be passed to the ODE solver
callbacks = CallbackSet(summary_callback, analysis_callback, save_solution, stepsize_callback)
callbacks = CallbackSet(summary_callback, analysis_callback, save_solution,
stepsize_callback)

###############################################################################
# run the simulation
Expand Down

0 comments on commit 783e9c0

Please sign in to comment.