|
1 | 1 | module TestSphericalAdvection |
2 | 2 |
|
3 | | -using Test |
4 | | -using TrixiAtmo |
5 | | - |
6 | 3 | include("test_trixiatmo.jl") |
7 | 4 |
|
8 | | -EXAMPLES_DIR = TrixiAtmo.examples_dir() |
9 | | - |
10 | | -@trixiatmo_testset "Spherical advection (cubed sphere), Cartesian weak form, LLF surface flux" begin |
| 5 | +@trixi_testset "Spherical advection (cubed sphere), Cartesian weak form, LLF surface flux" begin |
11 | 6 | @test_trixi_include(joinpath(EXAMPLES_DIR, |
12 | 7 | "elixir_shallowwater_cartesian_advection_cubed_sphere.jl"), |
13 | 8 | l2=[ |
@@ -35,7 +30,7 @@ EXAMPLES_DIR = TrixiAtmo.examples_dir() |
35 | 30 | end |
36 | 31 | end |
37 | 32 |
|
38 | | -@trixiatmo_testset "Spherical advection (quad icosahedron), Cartesian weak form, LLF surface flux" begin |
| 33 | +@trixi_testset "Spherical advection (quad icosahedron), Cartesian weak form, LLF surface flux" begin |
39 | 34 | @test_trixi_include(joinpath(EXAMPLES_DIR, |
40 | 35 | "elixir_shallowwater_cartesian_advection_quad_icosahedron.jl"), |
41 | 36 | l2=[ |
|
63 | 58 | end |
64 | 59 | end |
65 | 60 |
|
66 | | -@trixiatmo_testset "Spherical advection, Cartesian weak form, element-local mapping" begin |
| 61 | +@trixi_testset "Spherical advection, Cartesian weak form, element-local mapping" begin |
67 | 62 | @test_trixi_include(joinpath(EXAMPLES_DIR, |
68 | 63 | "elixir_shallowwater_cartesian_advection_cubed_sphere.jl"), |
69 | 64 | l2=[ |
|
91 | 86 | end |
92 | 87 | end |
93 | 88 |
|
94 | | -@trixiatmo_testset "Spherical advection, covariant weak form, LLF surface flux" begin |
| 89 | +@trixi_testset "Spherical advection, covariant weak form, LLF surface flux" begin |
95 | 90 | @test_trixi_include(joinpath(EXAMPLES_DIR, |
96 | 91 | "elixir_spherical_advection_covariant_cubed_sphere.jl"), |
97 | 92 | l2=[1.0007043506351705, 0.0, 0.0], |
|
106 | 101 | end |
107 | 102 | end |
108 | 103 |
|
109 | | -@trixiatmo_testset "Spherical advection, covariant weak form, LLF surface flux, global spherical coords" begin |
| 104 | +@trixi_testset "Spherical advection, covariant weak form, LLF surface flux, global spherical coords" begin |
110 | 105 | @test_trixi_include(joinpath(EXAMPLES_DIR, |
111 | 106 | "elixir_spherical_advection_covariant_cubed_sphere.jl"), |
112 | 107 | l2=[1.0007043506351705, 0.0, 0.0], |
|
124 | 119 |
|
125 | 120 | # The covariant flux-differencing form should be equivalent to the weak form when the |
126 | 121 | # arithmetic mean is used as the two-point flux |
127 | | -@trixiatmo_testset "Spherical advection, covariant flux-differencing, central/LLF" begin |
| 122 | +@trixi_testset "Spherical advection, covariant flux-differencing, central/LLF" begin |
128 | 123 | @test_trixi_include(joinpath(EXAMPLES_DIR, |
129 | 124 | "elixir_spherical_advection_covariant_cubed_sphere.jl"), |
130 | 125 | l2=[1.0007043506351412, 0.0, 0.0], |
|
141 | 136 | end |
142 | 137 |
|
143 | 138 | # Version with arithmetic mean used for both the volume and surface fluxes |
144 | | -@trixiatmo_testset "Spherical advection, covariant flux-differencing, central/central" begin |
| 139 | +@trixi_testset "Spherical advection, covariant flux-differencing, central/central" begin |
145 | 140 | @test_trixi_include(joinpath(EXAMPLES_DIR, |
146 | 141 | "elixir_spherical_advection_covariant_cubed_sphere.jl"), |
147 | 142 | l2=[2.499889861385917, 0.0, 0.0], |
|
158 | 153 | end |
159 | 154 | end |
160 | 155 |
|
161 | | -@trixiatmo_testset "Spherical advection on icosahedral grid, covariant weak form, LLF surface flux" begin |
| 156 | +@trixi_testset "Spherical advection on icosahedral grid, covariant weak form, LLF surface flux" begin |
162 | 157 | @test_trixi_include(joinpath(EXAMPLES_DIR, |
163 | 158 | "elixir_spherical_advection_covariant_quad_icosahedron.jl"), |
164 | 159 | l2=[0.5183886767005157, 0.0, 0.0], |
|
0 commit comments