Mercurial > repos > public > sbplib_julia
view SbpOperators/src/SbpOperators.jl @ 325:41c3c25e4e3b
LazyTensors: Simplify the LazyElementwiseOperation type by restricting it and introducing a LazyConstantArray to handle scalars.
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Thu, 24 Sep 2020 22:31:04 +0200 |
parents | d1004b881da1 |
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