We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19507ce commit 9700473Copy full SHA for 9700473
docs/src/examples.md
@@ -118,8 +118,8 @@ Follows the momentum equations with vertical diffusion and Coriolis force:
118
These are discretized using the following:
119
```math
120
\begin{align}
121
-\frac{\partial u}{\partial t} &\approx D_\left(\nu G(u)\right) + f(v - v_g) - A(w, u) \\
122
-\frac{\partial v}{\partial t} &\approx D_\left(\nu G(v)\right) - f(u - u_g) - A(w, v)
+\frac{\partial u}{\partial t} &\approx D \left(\nu G(u)\right) + f(v - v_g) - A(w, u) \\
+\frac{\partial v}{\partial t} &\approx D \left(\nu G(v)\right) - f(u - u_g) - A(w, v)
123
\end{align}
124
```
125
0 commit comments