Skip to content

Commit

Permalink
Add the line to show the error of the elixir
Browse files Browse the repository at this point in the history
  • Loading branch information
warisa-r committed Mar 7, 2024
1 parent b1b6d7c commit 33bb8da
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion examples/tree_1d_dgsem/elixir_advection_PERK2.jl
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,7 @@ sol = Trixi.solve(ode, ode_algorithm,
save_everystep = false, callback = callbacks);

# Print the timer summary
summary_callback()
summary_callback()

# Show the error of the elixir
analysis_callback(sol)

0 comments on commit 33bb8da

Please sign in to comment.