Skip to content

Commit

Permalink
Correct Typo Doc (#1917)
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielDoehring authored Apr 26, 2024
1 parent 1745df4 commit 6554973
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/literate/src/files/scalar_linear_advection_1d.jl
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ M = diagm(weights)
# ```
# With an exact integration the mass matrix would be dense. Choosing numerical integrating and quadrature
# with the exact same nodes (collocation) leads to the sparse and diagonal mass matrix $M$. This
# is called mass lumping and has the big advantage of an easy invertation of the matrix.
# is called mass lumping and has the big advantage of an easy inversion of the matrix.

# #### Term II:
# We use spatial partial integration for the second term:
Expand Down

0 comments on commit 6554973

Please sign in to comment.