Skip to content

Commit

Permalink
Reduce initial refinement level of one test
Browse files Browse the repository at this point in the history
  • Loading branch information
bennibolm committed Oct 14, 2024
1 parent 5d7ea73 commit d6a5a6d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/test_t8code_fv_3d.jl
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,10 @@ mkdir(outdir)
end
@trixi_testset "second-order FV, extended reconstruction stencil" begin
@test_trixi_include(joinpath(EXAMPLES_DIR, "elixir_advection_basic.jl"),
initial_refinement_level=2+2,
initial_refinement_level=1+2,
extended_reconstruction_stencil=true,
l2=[0.24826100771542928],
linf=[0.3799973662927152])
l2=[0.3282177575292713],
linf=[0.39002345444858333])
# Ensure that we do not have excessive memory allocations
# (e.g., from type instabilities)
let
Expand Down

0 comments on commit d6a5a6d

Please sign in to comment.