Mercurial > repos > public > sbplib_julia
view src/Sbplib.jl @ 1141:805fa2ba837f bugfix/lazy_tensors/lazyfunctionarray
Add test for a bug in the constructor of LazyFunctionArray
The constructor throws an error if the function provided is restricted to only work for Ints
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Wed, 19 Oct 2022 23:10:58 +0200 |
parents | 2f8c67c5979e |
children | a382942e5437 b4ee47f2aafb |
line wrap: on
line source
module Sbplib include("StaticDicts/StaticDicts.jl") include("RegionIndices/RegionIndices.jl") include("LazyTensors/LazyTensors.jl") include("Grids/Grids.jl") include("SbpOperators/SbpOperators.jl") include("DiffOps/DiffOps.jl") export RegionIndices export LazyTensors export Grids export SbpOperators export DiffOps end