diff src/SbpOperators/SbpOperators.jl @ 882:9098fc936776 feature/variable_derivatives

Add the coefficient as a part of the struct. Wrap tests in testsets
author Jonatan Werpers <jonatan@werpers.com>
date Fri, 21 Jan 2022 09:20:58 +0100
parents aa4875f9a530
children f885e1de6dc4
line wrap: on
line diff
--- a/src/SbpOperators/SbpOperators.jl	Thu Jan 20 15:18:14 2022 +0100
+++ b/src/SbpOperators/SbpOperators.jl	Fri Jan 21 09:20:58 2022 +0100
@@ -9,6 +9,8 @@
     even = 1
 end
 
+export closure_size
+
 include("stencil.jl")
 include("readoperator.jl")
 include("volumeops/volume_operator.jl")