We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0a394f commit b1b07feCopy full SHA for b1b07fe
src/Models/HydrostaticFreeSurfaceModels/SplitExplicitFreeSurfaces/split_explicit_timesteppers.jl
@@ -11,8 +11,8 @@ The equations are evolved as follows:
11
```math
12
\\begin{gather}
13
U^{m+1} = U^m - Δτ (∂_x η^m - G^U), \\\\
14
-V^{m+1} = V^m - Δτ (∂_y η^m - G^V).
15
-η^{m+1} = η^m - Δτ (∂_x U^{m+1} + ∂_y V^{m+1}), \\\\
+V^{m+1} = V^m - Δτ (∂_y η^m - G^V), \\\\
+η^{m+1} = η^m - Δτ (∂_x U^{m+1} + ∂_y V^{m+1}).
16
\\end{gather}
17
```
18
"""
0 commit comments