view src/LazyTensors/LazyTensors.jl @ 962:1bb28e47990f feature/laplace_opset

Revew: Consider review comments for laplace(grid,...). Keeping the method separate (instead of inlining it) allows for users to create custom operators w.o. first defining a stencil set. Having both methods is also similar to how other types of operators can be constructed.
author Vidar Stiernström <vidar.stiernstrom@it.uu.se>
date Mon, 14 Mar 2022 10:00:25 +0100
parents f4e3e71a4ff4
children 8f1b8827d389
line wrap: on
line source

module LazyTensors
using Sbplib.RegionIndices
include("tensor_mapping.jl")
include("lazy_array.jl")
include("lazy_tensor_operations.jl")

end # module