Skip to content

Commit

Permalink
Fix a missing transpose.
Browse files Browse the repository at this point in the history
  • Loading branch information
bangerth committed Mar 9, 2023
1 parent a9cb77a commit 635a114
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/step-69/doc/intro.dox
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ where $\mathbf{u}(\textbf{x},t):\mathbb{R}^{d} \times \mathbb{R}
dimension. We say that $\mathbf{u} \in \mathbb{R}^{d+2}$ is the state and
$\mathbb{f}(\mathbf{u}) \in \mathbb{R}^{(d+2) \times d}$ is the flux of
the system. In the case of Euler's equations the state is given by
$\textbf{u} = [\rho, \textbf{m},E]^{\top}$: where $\rho \in \mathbb{R}^+$
$\textbf{u} = [\rho, \textbf{m}^\top,E]^{\top}$: where $\rho \in \mathbb{R}^+$
denotes the density, $\textbf{m} \in \mathbb{R}^d$ is the momentum, and $E
\in \mathbb{R}^+$ is the total energy of the system. The flux of the system
$\mathbb{f}(\mathbf{u})$ is defined as
Expand Down

0 comments on commit 635a114

Please sign in to comment.