Mercurial > repos > public > sbplib_julia
diff SbpOperators/src/SbpOperators.jl @ 313:d1004b881da1
Update modules and project/manifest
author | Vidar Stiernström <vidar.stiernstrom@it.uu.se> |
---|---|
date | Wed, 09 Sep 2020 21:20:25 +0200 |
parents | 7cb4492ccd60 |
children | 9cc5d1498b2d |
line wrap: on
line diff
--- a/SbpOperators/src/SbpOperators.jl Wed Sep 09 21:18:28 2020 +0200 +++ b/SbpOperators/src/SbpOperators.jl Wed Sep 09 21:20:25 2020 +0200 @@ -1,10 +1,12 @@ module SbpOperators using RegionIndices +using LazyTensors include("stencil.jl") include("constantstenciloperator.jl") include("d2.jl") include("readoperator.jl") - +include("laplace/secondderivative.jl") +include("laplace/laplace.jl") end # module