Skip to content

Commit

Permalink
Renamed to "elixir_shallowwater_quasi_1d_well_balanced.jl"
Browse files Browse the repository at this point in the history
  • Loading branch information
KrisshChawla committed Sep 8, 2023
1 parent cc4c50b commit 7508ebc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test_tree_1d_shallowwater.jl
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,8 @@ EXAMPLES_DIR = pkgdir(Trixi, "examples", "tree_1d_dgsem")
tspan = (0.0, 0.05))
end

@trixi_testset "elixir_shallowwater_quasi1d_well_balanced.jl" begin
@test_trixi_include(joinpath(EXAMPLES_DIR, "elixir_shallowwater_quasi1d_well_balanced.jl"),
@trixi_testset "elixir_shallowwater_quasi_1d_well_balanced.jl" begin
@test_trixi_include(joinpath(EXAMPLES_DIR, "elixir_shallowwater_quasi_1d_well_balanced.jl"),
l2 = [1.4250229186905198e-14, 2.495109919406496e-12, 7.408599286788738e-17, 2.7205812409138776e-16],
linf = [5.284661597215745e-14, 2.74056233065078e-12, 2.220446049250313e-16, 8.881784197001252e-16],
tspan = (0.0, 100.0))
Expand Down

0 comments on commit 7508ebc

Please sign in to comment.