Skip to content

fix ref to eq adv:eq:fvadv, was eq:adv:fvadv § 5.3 #17

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 1 commit into from
Jan 20, 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
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