Mercurial > repos > public > sbplib_julia
view 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 source
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