Mercurial > repos > public > sbplib_julia
view LazyTensors/src/LazyTensors.jl @ 261:01017d2b46b0 boundary_conditions
Store grid spacing as property in EquidistantGrid
author | Vidar Stiernström <vidar.stiernstrom@it.uu.se> |
---|---|
date | Tue, 26 Nov 2019 08:19:22 -0800 |
parents | 8964b3165097 |
children | 634453a4e1d8 |
line wrap: on
line source
module LazyTensors include("tensor_mapping.jl") include("lazy_operations.jl") end # module