view src/Diffinitive.jl @ 1838:4bd998069053 refactor/lazy_tensors/elementwise_ops

Add tests for adding and subtracting several tensors at once
author Jonatan Werpers <jonatan@werpers.com>
date Thu, 09 Jan 2025 21:54:45 +0100
parents 2311f33b6bd3
children 77f1b027d134 871f3f1decea
line wrap: on
line source

module Diffinitive

include("RegionIndices/RegionIndices.jl")
include("LazyTensors/LazyTensors.jl")
include("Grids/Grids.jl")
include("SbpOperators/SbpOperators.jl")

export RegionIndices
export LazyTensors
export Grids
export SbpOperators

end