Skip to content

Commit

Permalink
updating test results and removing duplicate test
Browse files Browse the repository at this point in the history
  • Loading branch information
jlchan committed Oct 10, 2023
1 parent 95c235b commit 854badf
Showing 1 changed file with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions test/test_parabolic_2d.jl
Original file line number Diff line number Diff line change
Expand Up @@ -260,24 +260,16 @@ isdir(outdir) && rm(outdir, recursive=true)
@trixi_testset "P4estMesh2D: elixir_advection_diffusion_periodic_curved.jl" begin
@test_trixi_include(joinpath(examples_dir(), "p4est_2d_dgsem", "elixir_advection_diffusion_periodic_curved.jl"),
trees_per_dimension = (1, 1), initial_refinement_level = 2, tspan=(0.0, 0.5),
l2 = [0.012380458938507371],
linf = [0.10860506906472567]
)
end

@trixi_testset "P4estMesh2D: elixir_advection_diffusion_periodic_curved.jl" begin
@test_trixi_include(joinpath(examples_dir(), "p4est_2d_dgsem", "elixir_advection_diffusion_periodic_curved.jl"),
trees_per_dimension = (1, 1), initial_refinement_level = 2, tspan=(0.0, 0.5),
l2 = [0.012380458938507371],
linf = [0.10860506906472567]
l2 = [0.006708147442490916],
linf = [0.04807038397976693]
)
end

@trixi_testset "P4estMesh2D: elixir_advection_diffusion_nonperiodic_curved.jl" begin
@test_trixi_include(joinpath(examples_dir(), "p4est_2d_dgsem", "elixir_advection_diffusion_nonperiodic_curved.jl"),
trees_per_dimension = (1, 1), initial_refinement_level = 2, tspan=(0.0, 0.5),
l2 = [0.04933902988507035],
linf = [0.2550261714590271]
l2 = [0.00919917034843865],
linf = [0.14186297438393505]
)
end

Expand Down

0 comments on commit 854badf

Please sign in to comment.