From 0a5292b2a3bea06f191a6b7ff451ce7588a784e8 Mon Sep 17 00:00:00 2001 From: Alberto Botto Poala Date: Mon, 3 Feb 2025 18:04:57 +0100 Subject: [PATCH 1/3] remove hypen btw right and eigenvector, now consisten w the rest of the book --- Euler/Euler-theory.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Euler/Euler-theory.tex b/Euler/Euler-theory.tex index 88bad40..1fcb506 100644 --- a/Euler/Euler-theory.tex +++ b/Euler/Euler-theory.tex @@ -325,7 +325,7 @@ \section{Euler equation properties} characteristic form of the equations says that each of the waves will carry its respective jump, $\Delta \wb$. Since $d\qb = \Lb^{-1}d\wb = \Rb d\wb$, the jump in the primitive variable across each wave is proportional to -the right-eigenvector associated with that wave. So, for example, +the right eigenvector associated with that wave. So, for example, since $\rb^\evz$ is only non-zero for the density element (see Eq.~\ref{eq:euler:primRevs}), this then means that only density jumps across the $\lambda^\evz = u$ wave---pressure and velocity are From ae57ae0f732561b7f978d8a911ec25ceeee9a70e Mon Sep 17 00:00:00 2001 From: Alberto Botto Poala Date: Mon, 3 Feb 2025 18:06:40 +0100 Subject: [PATCH 2/3] I think it's more clear, triple hypen was misleading --- Euler/Euler-theory.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Euler/Euler-theory.tex b/Euler/Euler-theory.tex index 1fcb506..b069abe 100644 --- a/Euler/Euler-theory.tex +++ b/Euler/Euler-theory.tex @@ -328,7 +328,7 @@ \section{Euler equation properties} the right eigenvector associated with that wave. So, for example, since $\rb^\evz$ is only non-zero for the density element (see Eq.~\ref{eq:euler:primRevs}), this then means that only density jumps -across the $\lambda^\evz = u$ wave---pressure and velocity are +across the $\lambda^\evz = u$ wave, while pressure and velocity are constant across this wave (see for example, Toro~\cite{toro:1997}, Ch.\ 2, 3 or LeVeque~\cite{leveque:2002} for a thorough discussion). From 93486bb7a6656e2bfb11c4ec6a35fb9e7c3008e5 Mon Sep 17 00:00:00 2001 From: Alberto Botto Poala Date: Tue, 4 Feb 2025 15:37:57 +0100 Subject: [PATCH 3/3] fix syntax error --- pyro/pyro.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyro/pyro.tex b/pyro/pyro.tex index 11e92eb..c1b6040 100644 --- a/pyro/pyro.tex +++ b/pyro/pyro.tex @@ -89,8 +89,8 @@ \section{\pyro 's structure} \url{http://python-hydro.github.io/pyro2/}, and described in \cite{pyro}. Here we provide a summary. -The grid structure is managed by the {\tt patch.Grid2d} class. Data -is that lives on the grid is contained in a {\tt +The grid structure is managed by the {\tt patch.Grid2d} class. The data +that lives on the grid is contained in a {\tt patch.CellCenterData2d} object. Methods are available to provide access to the data and fill the ghost cells. When accessing the data on the grid, a {\tt array\_indexer.ArrayIndexer} object is returned.