Skip to content

Commit

Permalink
new mapping works with cartesian solver solver in covariant_form branch
Browse files Browse the repository at this point in the history
  • Loading branch information
tristanmontoya committed Sep 10, 2024
1 parent f4f94fb commit a69b558
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test_spherical_advection.jl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ include("test_trixiatmo.jl")

EXAMPLES_DIR = pkgdir(TrixiAtmo, "examples")

@trixiatmo_testset "elixir_spherical_advection_cartesian" begin
@trixiatmo_testset "Spherical advection, Cartesian form with standard mapping" begin
@test_trixi_include(joinpath(EXAMPLES_DIR,
"elixir_spherical_advection_cartesian.jl"),
l2=[
Expand Down Expand Up @@ -36,7 +36,7 @@ end

@trixiatmo_testset "Spherical advection, Cartesian form with element-local mapping" begin
@test_trixi_include(joinpath(EXAMPLES_DIR,
"elixir_euler_spherical_advection_cartesian.jl"),
"elixir_spherical_advection_cartesian.jl"),
l2=[
8.97501204e-03,
8.74316738e-03,
Expand Down

0 comments on commit a69b558

Please sign in to comment.