Skip to content
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
2 changes: 1 addition & 1 deletion advection/advection-higherorder.tex
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,7 @@ \section{Method of lines approach}
In the above constructions, we computed a time-centered flux by
predicting the interface state to the half-time (by Taylor-expanding
in time through $\Delta t /2$). Instead, we can recognize that with
the spatial discretization done in Eq.~\ref{eq:adv:fvadv}, we are left
the spatial discretization done in Eq.~\ref{adv:eq:fvadv}, we are left
with an ordinary differential equation in time that can then be solved
using standard ODE techniques.

Expand Down
Loading