Mercurial > repos > public > sbplib_julia
view LazyTensors/src/LazyTensors.jl @ 269:ccef055233a2 boundary_conditions
Move general methods for D2 to ConstantStencilOperator and increase verbosity of method names for clarity
author | Vidar Stiernström <vidar.stiernstrom@it.uu.se> |
---|---|
date | Thu, 05 Dec 2019 10:48:31 +0100 |
parents | 634453a4e1d8 |
children | 11010bb74260 |
line wrap: on
line source
module LazyTensors include("tensor_mapping.jl") include("lazy_array.jl") include("lazy_tensor_operations.jl") end # module