Skip to content

Commit

Permalink
Merge branch 'main' into hr/ci_julia110
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielDoehring authored Apr 28, 2024
2 parents 48ab658 + 6554973 commit 1ad2c32
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 1ad2c32

Please sign in to comment.