Skip to content

Commit 0ad97bc

Browse files
authored
Docs: Fix tutorial "Introduction to DG Methods" (#2470)
* Fix docs * Update docs/literate/src/files/scalar_linear_advection_1d.jl
1 parent 36dab43 commit 0ad97bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/literate/src/files/scalar_linear_advection_1d.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ M = diagm(weights)
173173
# ```math
174174
# \frac{dx}{2} \int_{-1, N}^1 \dot{u}(\xi, t) \underline{l}(\xi)d\xi = \frac{dx}{2} M \underline{\dot{u}}(t),
175175
# ```
176-
# where $\underline{\dot{u}} = (\dot{u}_0, ..., \dot{u}_N)^T$ and $\underline{l}$ respectively.
176+
# where $\underline{\dot{u}} = (\dot{u}_0, \dots, \dot{u}_N)^T$ and $\underline{l} = (l_0, \dots, l_N)^T$ respectively.
177177

178178
# **Note:** Since the LGL quadrature with $N+1$ nodes is exact up to functions of degree $2N-1$ and
179179
# $\dot{u}(\xi, t) l_i(\xi)$ is of degree $2N$, in general the following holds

0 commit comments

Comments
 (0)