diff src/SbpOperators/volumeops/derivatives/dissipation.jl @ 1205:99df343c7f61 feature/dissipation_operators

Fix docstring
author Jonatan Werpers <jonatan@werpers.com>
date Fri, 03 Feb 2023 10:12:32 +0100
parents 254934aac3f8
children d60a10ad6579
line wrap: on
line diff
--- a/src/SbpOperators/volumeops/derivatives/dissipation.jl	Fri Feb 03 10:06:20 2023 +0100
+++ b/src/SbpOperators/volumeops/derivatives/dissipation.jl	Fri Feb 03 10:12:32 2023 +0100
@@ -1,11 +1,14 @@
 """
     undivided_skewed04(g::EquidistantGrid, p, direction)
 
-Create undivided difference operators approximating the `p`th derivative. The operator do not satisfy any SBP-property and are meant to be used for
+Create undivided difference operators approximating the `p`th derivative. The
+operators do not satisfy any SBP-property and are meant to be used for
 building artificial dissipation terms.
 
-The operators and how they are used to create accurate artifical dissipation is described in
-"K. Mattsson, M. Svärd, and J. Nordström, “Stable and Accurate Artificial Dissipation,” Journal of Scientific Computing, vol. 21, no. 1, pp. 57–79, Aug. 2004"
+The operators and how they are used to create accurate artifical dissipation
+is described in "K. Mattsson, M. Svärd, and J. Nordström, “Stable and Accurate
+Artificial Dissipation,” Journal of Scientific Computing, vol. 21, no. 1, pp.
+57–79, Aug. 2004"
 """
 function undivided_skewed04(g::EquidistantGrid, p, direction)
     T = eltype(g)