Skip to content

Commit 2d00145

Browse files
authored
Merge pull request #18 from albertobottopoala/minorcorrections
Minorcorrections
2 parents d05de01 + 2ff7dfd commit 2d00145

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

advection/advection-higherorder.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1087,7 +1087,7 @@ \subsection{Finite differences}
10871087
- \frac{1}{\Delta x} \left \{ \Fb_{i+\myhalf} -
10881088
\Fb_{i-\myhalf} \right \}.
10891089
\end{equation}
1090-
In the finite difference method a interpretation used is different. We are now
1090+
In the finite difference method the interpretation used is different. We are now
10911091
thinking of
10921092
\begin{equation}
10931093
\label{eq:fd-deriv}

higher-order/higher-order-burgers.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ \section{WENO methods, nonlinear equations, and flux-splitting}
99
\label{eq:scalar_conslaw}
1010
u_t + f(u)_x = 0
1111
\end{equation}
12-
the WENO method introduced in section~\ref{sec:ho-intro} above does not work,
12+
the WENO method introduced in subsection~\ref{sec:WENO} above does not work,
1313
as we have assumed the characteristic
1414
information travels in one direction only. We have also reconstructed the
1515
variable $q$ and from that constructed the ``flux'' which we feed into the

0 commit comments

Comments
 (0)