Mercurial > repos > public > sbplib_julia
diff src/SbpOperators/SbpOperators.jl @ 866:1784b1c0af3e feature/laplace_opset
Merge with default
author | Vidar Stiernström <vidar.stiernstrom@it.uu.se> |
---|---|
date | Wed, 19 Jan 2022 14:44:24 +0100 |
parents | f94feb005e7d f0532b9289b7 |
children | 86776d06b883 |
line wrap: on
line diff
--- a/src/SbpOperators/SbpOperators.jl Fri Jul 02 14:23:33 2021 +0200 +++ b/src/SbpOperators/SbpOperators.jl Wed Jan 19 14:44:24 2022 +0100 @@ -5,11 +5,16 @@ using Sbplib.Grids using Sbplib.StaticDicts +@enum Parity begin + odd = -1 + even = 1 +end + include("stencil.jl") -include("d2.jl") include("readoperator.jl") include("volumeops/volume_operator.jl") -include("volumeops/derivatives/secondderivative.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") include("volumeops/inner_products/inverse_inner_product.jl")