Mercurial > repos > public > sbplib_julia
diff src/SbpOperators/volumeops/derivatives/dissipation.jl @ 1087:423a6442efc3 feature/dissipation_operators
REVIEW: Address documentation
author | Vidar Stiernström <vidar.stiernstrom@it.uu.se> |
---|---|
date | Sun, 08 May 2022 12:15:32 +0200 |
parents | c89c6b63c7f4 |
children | 9f0121e465a5 |
line wrap: on
line diff
--- a/src/SbpOperators/volumeops/derivatives/dissipation.jl Thu Apr 07 20:29:46 2022 +0200 +++ b/src/SbpOperators/volumeops/derivatives/dissipation.jl Sun May 08 12:15:32 2022 +0200 @@ -1,3 +1,9 @@ +# REVIEW: Add documentation. Also would it be more correct to +# call these undivided_differences instead of dissipation? +# If I understand it correctly, this method simply provides +# the operators required in order to compose a dissipation operator +# and the dissipation operator are formed by a linear combination +# of the products of Dáµ€ and D for different orders. function undivided_dissipation(g::EquidistantGrid, p, direction) T = eltype(g) interior_weights = T.(dissipation_interior_weights(p))