Skip to content

Commit

Permalink
Update src/solvers/dg.jl
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Winters <[email protected]>
  • Loading branch information
DanielDoehring and andrewwinters5000 authored Oct 19, 2023
1 parent 12e1a9f commit 7caea6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/solvers/dg.jl
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ standard textbooks.
`VolumeIntegralWeakForm()` is only implemented for conserved terms as
non-conserved terms are supposed to be always applied in conjunction with a flux-splitting scheme,
see `VolumeIntegralFluxDifferencing(volume_flux)`.
This treatment is required to achieve e.g. entropy-stability and well-balancedness.
This treatment is required to achieve, e.g., entropy-stability or well-balancedness.
"""
struct VolumeIntegralWeakForm <: AbstractVolumeIntegral end

Expand Down

0 comments on commit 7caea6f

Please sign in to comment.