Skip to content

Commit 32ae8b8

Browse files
authored
fix integral equations (#47)
1 parent 388fb91 commit 32ae8b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/ppm.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,15 +44,15 @@ because there are 3 characteristic waves. The basic overview of the method is:
4444

4545
\begin{align*}
4646
\mathcal{I}_+^{(\nu)}({\bf q}_i) &=
47-
\frac{1}{\sigma_i^{(\nu)}} \Delta x \int_{x_{i+1/2} - \sigma_i^{(\nu)}\Delta x}^{x_{i+1/2}} {\bf q}(x) \, dx \\
47+
\frac{1}{\sigma_i^{(\nu)} \Delta x} \int_{x_{i+1/2} - \sigma_i^{(\nu)}\Delta x}^{x_{i+1/2}} {\bf q}(x) \, dx \\
4848
&= {\bf q}_{+,i} - \frac{\sigma_i^{(\nu)}}{2} \left [ \Delta {\bf q}_i - {\bf q}_{6,i} \left (1 - \frac{2}{3} \sigma_i^{(\nu)}\right )\right ]
4949
\end{align*}
5050

5151
and from the left edge, we have:
5252

5353
\begin{align*}
5454
\mathcal{I}_-^{(\nu)}({\bf q}_i) &=
55-
\frac{1}{\sigma_i^{(\nu)}} \Delta x \int_{x_{i-1/2}}^{x_{i-1/2} + \sigma_i^{(\nu)}\Delta x} {\bf q}(x) \, dx \\
55+
\frac{1}{\sigma_i^{(\nu)} \Delta x} \int_{x_{i-1/2}}^{x_{i-1/2} + \sigma_i^{(\nu)}\Delta x} {\bf q}(x) \, dx \\
5656
&= {\bf q}_{-,i} + \frac{\sigma_i^{(\nu)}}{2} \left [ \Delta {\bf q}_i + {\bf q}_{6,i} \left (1 - \frac{2}{3} \sigma_i^{(\nu)}\right )\right ]
5757
\end{align*}
5858

0 commit comments

Comments
 (0)