Skip to content
Snippets Groups Projects
Commit 2cc381ef authored by Ann Almgren's avatar Ann Almgren
Browse files

oops -- we forgot some factors of dt

parent 5ccea1ac
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,7 @@ In the predictor
then defining
.. math:: U_g^{\ast \ast} = U_g^{\ast} - \frac{1}{\rho_g} \nabla \phi
.. math:: U_g^{\ast \ast} = U_g^{\ast} - \frac{\Delta t}{\rho_g} \nabla \phi
and
......@@ -45,7 +45,7 @@ In the corrector
then defining
.. math:: U_g^{n+1} = U_g^{\ast \ast \ast} - \frac{1}{\rho_g} \nabla \phi
.. math:: U_g^{n+1} = U_g^{\ast \ast \ast} - \frac{\Delta t}{\rho_g} \nabla \phi
and
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment