Mercurial > repos > public > sbplib_julia
comparison SbpOperators/src/SbpOperators.jl @ 317:75c61d927153
Merge
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Wed, 09 Sep 2020 22:00:13 +0200 |
parents | d1004b881da1 |
children | 9cc5d1498b2d |
comparison
equal
deleted
inserted
replaced
316:d244f2e5f822 | 317:75c61d927153 |
---|---|
1 module SbpOperators | 1 module SbpOperators |
2 | 2 |
3 using RegionIndices | 3 using RegionIndices |
4 using LazyTensors | |
4 | 5 |
5 include("stencil.jl") | 6 include("stencil.jl") |
6 include("constantstenciloperator.jl") | 7 include("constantstenciloperator.jl") |
7 include("d2.jl") | 8 include("d2.jl") |
8 include("readoperator.jl") | 9 include("readoperator.jl") |
9 | 10 include("laplace/secondderivative.jl") |
11 include("laplace/laplace.jl") | |
10 end # module | 12 end # module |