Skip to content

Commit

Permalink
Reduce initial refinement level in test
Browse files Browse the repository at this point in the history
  • Loading branch information
bennibolm committed Oct 10, 2024
1 parent cc95a2f commit 61ece04
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/test_2d.jl
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,8 @@ end
if VERSION >= v"1.8"
@testset "Subcell limiting coefficients" begin
isdir(outdir) && rm(outdir, recursive=true)
run_trixi(joinpath(examples_dir(), "tree_2d_dgsem", "elixir_euler_sedov_blast_wave_sc_subcell.jl"), maxiters=10)
run_trixi(joinpath(examples_dir(), "tree_2d_dgsem", "elixir_euler_sedov_blast_wave_sc_subcell.jl"),
maxiters=10, initial_refinement_level=4)

@timed_testset "without reinterpolation" begin
# Create and test output without reinterpolation
Expand Down

0 comments on commit 61ece04

Please sign in to comment.