diff src/SbpOperators/SbpOperators.jl @ 864:9a2776352c2a

Merge operator_storage_array_of_table
author Jonatan Werpers <jonatan@werpers.com>
date Wed, 19 Jan 2022 11:08:43 +0100
parents f0532b9289b7
children 1784b1c0af3e aa4875f9a530
line wrap: on
line diff
--- a/src/SbpOperators/SbpOperators.jl	Wed Jan 19 07:24:36 2022 +0100
+++ b/src/SbpOperators/SbpOperators.jl	Wed Jan 19 11:08:43 2022 +0100
@@ -4,10 +4,15 @@
 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")
 include("volumeops/derivatives/second_derivative.jl")
 include("volumeops/laplace/laplace.jl")
 include("volumeops/inner_products/inner_product.jl")