From 21d29f84d5332a971ee8e4f616ae0883e43ff0b6 Mon Sep 17 00:00:00 2001 From: Daniel_Doehring Date: Mon, 11 Sep 2023 13:30:19 +0200 Subject: [PATCH] remove plots --- .../tree_2d_dgsem/elixir_navierstokes_shearlayer_amr.jl | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/examples/tree_2d_dgsem/elixir_navierstokes_shearlayer_amr.jl b/examples/tree_2d_dgsem/elixir_navierstokes_shearlayer_amr.jl index 86a278f2c60..7661cc5b44b 100644 --- a/examples/tree_2d_dgsem/elixir_navierstokes_shearlayer_amr.jl +++ b/examples/tree_2d_dgsem/elixir_navierstokes_shearlayer_amr.jl @@ -1,5 +1,5 @@ -using OrdinaryDiffEq, Plots +using OrdinaryDiffEq using Trixi ############################################################################### @@ -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)) \ No newline at end of file +summary_callback() # print the timer summary \ No newline at end of file