Skip to content

Commit 0e4a978

Browse files
authored
Merge pull request #16 from albertobottopoala/minorcorrections
Minor corrections
2 parents 64c838d + db8e256 commit 0e4a978

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

advection/advection-higherorder.tex

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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
429429
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
431431
in the cell is
432432
\begin{align}
433433
a_i^{n+1} &= \cfl \mathcal{I}_< + (1 - \cfl) \mathcal{I}_> \\
@@ -896,7 +896,7 @@ \subsection{Timestep limiter for multi-dimensions}
896896
Eq.~\ref{eq:adv:timestep:multid}.
897897

898898
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
900900
of the instability inherent in simpler schemes, allowing for a larger
901901
timestep, restricted by Eq.~\ref{eq:adv:timestep:multid}.
902902

0 commit comments

Comments
 (0)