Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add 3D Cartesian Shallow Water Equations #36

Merged
merged 20 commits into from
Nov 8, 2024

Format

7a42b0f
Select commit
Loading
Failed to load commit list.
Merged

Add 3D Cartesian Shallow Water Equations #36

Format
7a42b0f
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Nov 8, 2024 in 0s

92.30% of diff hit (target 82.31%)

View this Pull Request on Codecov

92.30% of diff hit (target 82.31%)

Annotations

Check warning on line 332 in src/equations/shallow_water_3d.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/equations/shallow_water_3d.jl#L331-L332

Added lines #L331 - L332 were not covered by tests

Check warning on line 338 in src/equations/shallow_water_3d.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/equations/shallow_water_3d.jl#L334-L338

Added lines #L334 - L338 were not covered by tests

Check warning on line 359 in src/equations/shallow_water_3d.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/equations/shallow_water_3d.jl#L356-L359

Added lines #L356 - L359 were not covered by tests

Check warning on line 364 in src/equations/shallow_water_3d.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/equations/shallow_water_3d.jl#L363-L364

Added lines #L363 - L364 were not covered by tests

Check warning on line 379 in src/equations/shallow_water_3d.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/equations/shallow_water_3d.jl#L377-L379

Added lines #L377 - L379 were not covered by tests

Check warning on line 384 in src/equations/shallow_water_3d.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/equations/shallow_water_3d.jl#L383-L384

Added lines #L383 - L384 were not covered by tests

Check warning on line 120 in src/solvers/dgsem_p4est/dg_2d_manifold_in_3d_cartesian.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/solvers/dgsem_p4est/dg_2d_manifold_in_3d_cartesian.jl#L120

Added line #L120 was not covered by tests

Check warning on line 122 in src/solvers/dgsem_p4est/dg_2d_manifold_in_3d_cartesian.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/solvers/dgsem_p4est/dg_2d_manifold_in_3d_cartesian.jl#L122

Added line #L122 was not covered by tests

Check warning on line 144 in src/solvers/dgsem_p4est/dg_2d_manifold_in_3d_cartesian.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/solvers/dgsem_p4est/dg_2d_manifold_in_3d_cartesian.jl#L144

Added line #L144 was not covered by tests