From 7caea6f367901826640641748a75bc16a70fb745 Mon Sep 17 00:00:00 2001 From: Daniel Doehring Date: Thu, 19 Oct 2023 23:22:50 +0200 Subject: [PATCH] Update src/solvers/dg.jl Co-authored-by: Andrew Winters --- src/solvers/dg.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/solvers/dg.jl b/src/solvers/dg.jl index 2732a089c72..2e115c9963a 100644 --- a/src/solvers/dg.jl +++ b/src/solvers/dg.jl @@ -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