Skip to content

Commit

Permalink
name parameters_euler_sedov_blast_wave_shockcapturing_amr.toml consis…
Browse files Browse the repository at this point in the history
…tently
  • Loading branch information
ranocha committed Oct 12, 2020
1 parent f400d53 commit 5120d7b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions test/test_examples_1d_old.jl
Original file line number Diff line number Diff line change
Expand Up @@ -77,19 +77,19 @@ const EXAMPLES_DIR = joinpath(pathof(Trixi) |> dirname |> dirname, "examples", "
surface_flux = "flux_hll",
volume_flux = "flux_hll")
end
@testset "parameters_euler_sedov_blast_wave_shockcapturing.toml" begin
test_trixi_run(joinpath(EXAMPLES_DIR, "parameters_euler_sedov_blast_wave_shockcapturing.toml"),
@testset "parameters_euler_sedov_blast_wave_shockcapturing_amr.toml" begin
test_trixi_run(joinpath(EXAMPLES_DIR, "parameters_euler_sedov_blast_wave_shockcapturing_amr.toml"),
l2 = [1.2500050612446159, 0.06878411345533555, 0.9447942342833009],
linf = [2.9791692123401017, 0.1683336841958163, 2.665578807135144])
end
@testset "parameters_euler_sedov_blast_wave_shockcapturing.toml with pressure" begin
test_trixi_run(joinpath(EXAMPLES_DIR, "parameters_euler_sedov_blast_wave_shockcapturing.toml"),
@testset "parameters_euler_sedov_blast_wave_shockcapturing_amr.toml with pressure" begin
test_trixi_run(joinpath(EXAMPLES_DIR, "parameters_euler_sedov_blast_wave_shockcapturing_amr.toml"),
l2 = [1.2974912081242604, 0.07965704393481755, 0.9453618260835944],
linf = [3.1823155476320926, 0.21380426507857242, 2.6650734792251995],
shock_indicator_variable = "pressure")
end
@testset "parameters_euler_sedov_blast_wave_shockcapturing.toml with density" begin
test_trixi_run(joinpath(EXAMPLES_DIR, "parameters_euler_sedov_blast_wave_shockcapturing.toml"),
@testset "parameters_euler_sedov_blast_wave_shockcapturing_amr.toml with density" begin
test_trixi_run(joinpath(EXAMPLES_DIR, "parameters_euler_sedov_blast_wave_shockcapturing_amr.toml"),
l2 = [1.2797014548135697, 0.07077838776630381, 0.9457917493772532],
linf = [3.117424382044245, 0.17775688760995997, 2.666854886766347],
shock_indicator_variable = "density")
Expand Down
4 changes: 2 additions & 2 deletions test/test_examples_3d_old.jl
Original file line number Diff line number Diff line change
Expand Up @@ -211,8 +211,8 @@ const EXAMPLES_DIR = joinpath(pathof(Trixi) |> dirname |> dirname, "examples", "
linf = [0.01789383976134809, 0.08496187610572214, 0.08909116075943745, 0.08505952838326755, 0.10443373959204932, 0.05387852204182135, 0.08812990990777562, 0.07804874749131957, 8.138512446081734e-5],
t_end = 0.06)
end # too expensive for CI
# @testset "parameters_euler_sedov_blast_wave_shockcapturing.toml with n_steps_max = 2" begin
# test_trixi_run(joinpath(EXAMPLES_DIR, "parameters_euler_sedov_blast_wave_shockcapturing.toml"),
# @testset "parameters_euler_sedov_blast_wave_shockcapturing_amr.toml with n_steps_max = 2" begin
# test_trixi_run(joinpath(EXAMPLES_DIR, "parameters_euler_sedov_blast_wave_shockcapturing_amr.toml"),
# l2 = [0.00015213881280510253, 0.001481110249423103, 0.0014811102494231387, 0.001481110249423187, 0.002940437008367858],
# linf = [0.03254534843490764, 0.38932044051654113, 0.38932044051654097, 0.38932044051654097, 1.050399588579145],
# n_steps_max = 2)
Expand Down

0 comments on commit 5120d7b

Please sign in to comment.