Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielDoehring committed Nov 20, 2023
1 parent bb3c8d5 commit 058b5d6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
2 changes: 0 additions & 2 deletions examples/dgmulti_3d/elixir_euler_curved.jl
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,3 @@ callbacks = CallbackSet(summary_callback, alive_callback, analysis_callback)
sol = solve(ode, CarpenterKennedy2N54(williamson_condition = false),
dt = 0.5 * estimate_dt(mesh, dg), save_everystep = false, callback = callbacks);
summary_callback() # print the timer summary

analysis_callback(sol)
11 changes: 6 additions & 5 deletions test/test_dgmulti_3d.jl
Original file line number Diff line number Diff line change
Expand Up @@ -102,13 +102,14 @@ end
@trixi_testset "elixir_euler_curved.jl (Hex elements, SBP, flux differencing)" begin
@test_trixi_include(joinpath(EXAMPLES_DIR, "elixir_euler_curved.jl"),
l2=[
0.01835488304593566, 0.024412704052042534,
0.02440852041608929, 0.018163145708800853,
0.03934280550797125,
0.0026311315195097097, 0.002914422404496567,
0.0029138891106640368, 0.002615140832315232,
0.006881528610616624,
],
linf=[
0.14862225990793032, 0.2895236816183626, 0.291205448481636,
0.14566031338563246, 0.33153545867790246,
0.02099611487415931, 0.021314522450152307,
0.021288322783027613, 0.020273381695449455,
0.05259874039006007,
])
# Ensure that we do not have excessive memory allocations
# (e.g., from type instabilities)
Expand Down

0 comments on commit 058b5d6

Please sign in to comment.