changeset 1206:8abbe0a842ac feature/dissipation_operators

Some clean up
author Jonatan Werpers <jonatan@werpers.com>
date Fri, 03 Feb 2023 10:20:40 +0100
parents 99df343c7f61
children d60a10ad6579 0905c3c674e9
files src/SbpOperators/volumeops/stencil_operator_distinct_closures.jl test/SbpOperators/volumeops/stencil_operator_distinct_closures_test.jl
diffstat 2 files changed, 9 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/SbpOperators/volumeops/stencil_operator_distinct_closures.jl	Fri Feb 03 10:12:32 2023 +0100
+++ b/src/SbpOperators/volumeops/stencil_operator_distinct_closures.jl	Fri Feb 03 10:20:40 2023 +0100
@@ -1,7 +1,14 @@
 """
-    stencil_operator_distinct_closures(grid::EquidistantGrid, inner_stencil, lower_closure, upper_closure, direction)
+    stencil_operator_distinct_closures(
+        grid::EquidistantGrid,
+        inner_stencil,
+        lower_closure,
+        upper_closure,
+        direction
+    )
 
-Creates a multi-dimensional `StencilOperatorDistinctClosures` acting on grid functions of `grid`.
+Creates a multi-dimensional `StencilOperatorDistinctClosures` acting on grid
+functions of `grid`.
 
 See also: [`StencilOperatorDistinctClosures`](@ref)
 """
--- a/test/SbpOperators/volumeops/stencil_operator_distinct_closures_test.jl	Fri Feb 03 10:12:32 2023 +0100
+++ b/test/SbpOperators/volumeops/stencil_operator_distinct_closures_test.jl	Fri Feb 03 10:20:40 2023 +0100
@@ -2,7 +2,6 @@
 
 using Sbplib.SbpOperators
 using Sbplib.Grids
-# using Sbplib.RegionIndices
 using Sbplib.LazyTensors
 
 import Sbplib.SbpOperators.Stencil