Skip to content

Commit 80ea628

Browse files
Update src/solvers/dgmulti/shock_capturing.jl
1 parent 667e56d commit 80ea628

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/solvers/dgmulti/shock_capturing.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ function volume_integral_kernel!(du, u, element, mesh::DGMultiMesh,
396396
# flux, flux differencing with a differentiation matrix should recover the
397397
# flux derivative via
398398
# \sum_j 2 * D_ij * f_ij = \sum_j 2 * D_ij * 0.5 * (f(u_i) + f(u_j))
399-
# = f(u_i) \sum_j D_ij + \sum_j D_ij f(u_j)
399+
# = f(u_i) \sum_j D_ij + \sum_j D_ij f(u_j)
400400
# = 0 (since \sum_j D_ij = 0) + (D * f(u))_i
401401
du_i = du_i + 2 * f_ij
402402
end

0 commit comments

Comments
 (0)