Skip to content

Commit

Permalink
remove plots
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielDoehring committed Sep 11, 2023
1 parent 4c35430 commit 21d29f8
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions examples/tree_2d_dgsem/elixir_navierstokes_shearlayer_amr.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

using OrdinaryDiffEq, Plots
using OrdinaryDiffEq
using Trixi

###############################################################################
Expand Down Expand Up @@ -86,8 +86,4 @@ callbacks = CallbackSet(summary_callback,
time_int_tol = 1e-7
sol = solve(ode, RDPK3SpFSAL49(); abstol=time_int_tol, reltol=time_int_tol,
ode_default_options()..., callback=callbacks)
summary_callback() # print the timer summary

pd = PlotData2D(sol)
Plots.plot(pd["v1"])
Plots.plot(getmesh(pd))
summary_callback() # print the timer summary

0 comments on commit 21d29f8

Please sign in to comment.