@@ -355,7 +355,7 @@ \subsection{Limiting}
355
355
356
356
\begin {exercise }[Limiting and reduction in order-of-accuracy]
357
357
{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
359
359
method reduces to precisely our first-order finite-difference discretization,
360
360
Eq.~\ref {eq:fo }. }
361
361
\end {exercise }
@@ -425,9 +425,9 @@ \subsection{Reconstruct-evolve-average}
425
425
&=& a_{i} - \frac {1}{2} \Delta a_{i} \cfl
426
426
\end {eqnarray }
427
427
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
429
429
advected 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
431
431
in the cell is
432
432
\begin {align }
433
433
a_i^{n+1} &= \cfl \mathcal {I}_< + (1 - \cfl ) \mathcal {I}_> \\
@@ -896,7 +896,7 @@ \subsection{Timestep limiter for multi-dimensions}
896
896
Eq.~\ref {eq:adv:timestep:multid }.
897
897
898
898
For 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
900
900
of the instability inherent in simpler schemes, allowing for a larger
901
901
timestep, restricted by Eq.~\ref {eq:adv:timestep:multid }.
902
902
0 commit comments