Skip to content

Commit

Permalink
test formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
apey236 committed Dec 2, 2023
1 parent 868d252 commit 5cbbb40
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions test/test_parabolic_3d.jl
Original file line number Diff line number Diff line change
Expand Up @@ -404,6 +404,14 @@ end
)
end

@trixi_testset "P4estMesh3D: elixir_navierstokes_taylor_green_vortex_amr.jl" begin
@test_trixi_include(joinpath(examples_dir(), "p4est_3d_dgsem", "elixir_navierstokes_taylor_green_vortex_amr.jl"),
initial_refinement_level = 0, tspan=(0.0, 0.5),
l2 = [0.0016588740573444188, 0.03437058632045721, 0.03437058632045671, 0.041038898400430075, 0.30978593009044153],
linf = [0.004173569912012121, 0.09168674832979556, 0.09168674832975021, 0.12129218723807476, 0.8433893297612087]
)
end

@trixi_testset "TreeMesh3D: elixir_advection_diffusion_amr.jl" begin
@test_trixi_include(joinpath(examples_dir(), "tree_3d_dgsem", "elixir_advection_diffusion_amr.jl"),
l2 = [0.000355780485397024],
Expand Down

0 comments on commit 5cbbb40

Please sign in to comment.