Skip to content

Commit 5402b92

Browse files
authored
Merge pull request #33 from nklb/master
f^m -> f^{m+1} in (53)
2 parents b317c0a + 5252726 commit 5402b92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/models/evolution-problems.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ where :math:`D` is the total derivative operator.
338338
So a good scheme is one step of backward convection by the method of Characteristics-Galerkin
339339

340340
.. math::
341-
\frac{1}{{\tau }}\left(u^{m + 1}(x) - u^m(X^m(x))\right) = f^m (x)
341+
\frac{1}{{\tau }}\left(u^{m + 1}(x) - u^m(X^m(x))\right) = f^{m+1} (x)
342342
:label: eqn::Charac
343343
344344
where :math:`X^m (x)` is an approximation of the solution at :math:`t = m\tau` of the ordinary differential equation

0 commit comments

Comments
 (0)