Skip to content

Commit

Permalink
fix oops in docs (erf-model#1741)
Browse files Browse the repository at this point in the history
  • Loading branch information
asalmgren authored Aug 15, 2024
1 parent 4f4a729 commit d21ef7e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Docs/sphinx_doc/TimeAdvance.rst
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ where :math:`\mathbf{S}` is the solution vector, we solve
\mathbf{S}^{*} &=& \mathbf{S}^n + \Delta t f(\mathbf{S}^n)
\mathbf{S}^{n+1} &=& \mathbf{S}^n + \frac{\Delta t}{2} f(\mathbf{S}^{n}) + f(\mathbf{S}^{*})
\mathbf{S}^{n+1} &=& \mathbf{S}^n + \frac{\Delta t}{2} ( f(\mathbf{S}^{n}) + f(\mathbf{S}^{*}) )
.. _AcousticSubstep:

Expand Down
4 changes: 2 additions & 2 deletions Docs/sphinx_doc/theory/DryEquations.rst
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,8 @@ The anelastic constraint has the form
\nabla \cdot (\overline{\rho} \mathbf{u}) = 0
We take a predictor-corrector approach to solving this system, in which we first advance
the velocity field to create a provisional velocity, :math:`\mathbf{u}^*: at the new time,
then impose the constraint by solving the pressure Poisson equation for :math:`p^\prime`:
the velocity field to create a provisional velocity, :math:`\mathbf{u}^*` at the new time,
then impose the constraint by solving the pressure Poisson equation for :math:`p^\prime`

.. math::
\nabla \cdot (\frac{\overline{\rho}}{\rho} \nabla p^\prime = \nabla \cdot \mathbf{u}^*
Expand Down

0 comments on commit d21ef7e

Please sign in to comment.