@@ -355,7 +355,7 @@ \subsection{Limiting}
355355
356356\begin {exercise }[Limiting and reduction in order-of-accuracy]
357357{Show analytically that if you fully limit the slopes
358- (i.e.\ set $ \partial a/\partial x |_i = 0 $ , that the second-order
358+ (i.e.\ set $ \partial a/\partial x |_i = 0 $ ),then the second-order
359359 method reduces to precisely our first-order finite-difference discretization,
360360 Eq.~\ref {eq:fo }. }
361361\end {exercise }
@@ -425,9 +425,9 @@ \subsection{Reconstruct-evolve-average}
425425 &=& a_{i} - \frac {1}{2} \Delta a_{i} \cfl
426426\end {eqnarray }
427427
428- The final part of the R-E-A procedure is to average the over the
428+ The final part of the R-E-A procedure is to average over the
429429advected profiles in the new cell. The weighted average of the
430- amount brought in from the left of the interface and that that remains
430+ amount brought in from the left of the interface and that remains
431431in the cell is
432432\begin {align }
433433a_i^{n+1} &= \cfl \mathcal {I}_< + (1 - \cfl ) \mathcal {I}_> \\
@@ -896,7 +896,7 @@ \subsection{Timestep limiter for multi-dimensions}
896896Eq.~\ref {eq:adv:timestep:multid }.
897897
898898For the CTU method described above, \cite {colella:1990 } argues that
899- the inclusion of the transverse information removes some of the some
899+ the inclusion of the transverse information removes some
900900of the instability inherent in simpler schemes, allowing for a larger
901901timestep, restricted by Eq.~\ref {eq:adv:timestep:multid }.
902902
0 commit comments