Skip to content

Minor corrections #16

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jan 17, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions advection/advection-higherorder.tex
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ \subsection{Limiting}

\begin{exercise}[Limiting and reduction in order-of-accuracy]
{Show analytically that if you fully limit the slopes
(i.e.\ set $\partial a/\partial x |_i = 0$, that the second-order
(i.e.\ set $\partial a/\partial x |_i = 0$),then the second-order
method reduces to precisely our first-order finite-difference discretization,
Eq.~\ref{eq:fo}. }
\end{exercise}
Expand Down Expand Up @@ -425,9 +425,9 @@ \subsection{Reconstruct-evolve-average}
&=& a_{i} - \frac{1}{2} \Delta a_{i} \cfl
\end{eqnarray}

The final part of the R-E-A procedure is to average the over the
The final part of the R-E-A procedure is to average over the
advected profiles in the new cell. The weighted average of the
amount brought in from the left of the interface and that that remains
amount brought in from the left of the interface and that remains
in the cell is
\begin{align}
a_i^{n+1} &= \cfl \mathcal{I}_< + (1 - \cfl) \mathcal{I}_> \\
Expand Down Expand Up @@ -896,7 +896,7 @@ \subsection{Timestep limiter for multi-dimensions}
Eq.~\ref{eq:adv:timestep:multid}.

For the CTU method described above, \cite{colella:1990} argues that
the inclusion of the transverse information removes some of the some
the inclusion of the transverse information removes some
of the instability inherent in simpler schemes, allowing for a larger
timestep, restricted by Eq.~\ref{eq:adv:timestep:multid}.

Expand Down
Loading