Skip to content

Commit

Permalink
Merge branch 'main' into test_bc_nc
Browse files Browse the repository at this point in the history
  • Loading branch information
ranocha authored Feb 7, 2025
2 parents ab54804 + f5c2c75 commit 898716c
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions test/test_dgmulti_3d.jl
Original file line number Diff line number Diff line change
Expand Up @@ -353,19 +353,20 @@ end

@trixi_testset "elixir_euler_fdsbp_periodic.jl" begin
@test_trixi_include(joinpath(EXAMPLES_DIR, "elixir_euler_fdsbp_periodic.jl"),
N=8,
l2=[
7.561468750241556e-5,
6.882819932057486e-5,
6.882819932056578e-5,
6.882819932056221e-5,
0.0002010869398143227
0.002185087935179595,
0.0021985878136213353,
0.0021985878136213588,
0.002198587813621343,
0.006911667548137964
],
linf=[
0.00013375688549710496,
0.00011568674101658516,
0.00011568674101614107,
0.00011568674101658516,
0.0003446273444156489
0.0034358445996525155,
0.003728543352167435,
0.0037285433521714317,
0.0037285433521709876,
0.011530662012638082
])
# Ensure that we do not have excessive memory allocations
# (e.g., from type instabilities)
Expand Down

0 comments on commit 898716c

Please sign in to comment.