From c9126aebf6971c82ae4fd29266768c8d4cc036e1 Mon Sep 17 00:00:00 2001 From: Daniel Doehring Date: Thu, 19 Oct 2023 23:23:15 +0200 Subject: [PATCH] Update src/solvers/dgsem_structured/dg_3d.jl Co-authored-by: Andrew Winters --- src/solvers/dgsem_structured/dg_3d.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/solvers/dgsem_structured/dg_3d.jl b/src/solvers/dgsem_structured/dg_3d.jl index 1ce9b178c7a..83bb1d0081d 100644 --- a/src/solvers/dgsem_structured/dg_3d.jl +++ b/src/solvers/dgsem_structured/dg_3d.jl @@ -51,7 +51,7 @@ end #= `weak_form_kernel!` is only implemented for conserved terms as -non-conserved terms are supposed to be always applied in conjunction with a flux-splitting scheme, +non-conservative terms should always be discretized in conjunction with a flux-splitting scheme, see `flux_differencing_kernel!`. This treatment is required to achieve e.g. entropy-stability and well-balancedness. See also https://github.com/trixi-framework/Trixi.jl/issues/1671#issuecomment-1765644064