diff src/SbpOperators/SbpOperators.jl @ 802:f0532b9289b7 operator_storage_array_of_table

Remove d2.jl and D2 type
author Jonatan Werpers <jonatan@werpers.com>
date Sun, 25 Jul 2021 16:18:42 +0200
parents 1a4b3aecf9e5
children 1784b1c0af3e aa4875f9a530
line wrap: on
line diff
--- a/src/SbpOperators/SbpOperators.jl	Sun Jul 25 16:12:24 2021 +0200
+++ b/src/SbpOperators/SbpOperators.jl	Sun Jul 25 16:18:42 2021 +0200
@@ -4,8 +4,12 @@
 using Sbplib.LazyTensors
 using Sbplib.Grids
 
+@enum Parity begin
+    odd = -1
+    even = 1
+end
+
 include("stencil.jl")
-include("d2.jl")
 include("readoperator.jl")
 include("volumeops/volume_operator.jl")
 include("volumeops/constant_interior_scaling_operator.jl")