Mercurial > repos > public > sbplib_julia
view sbp.jl @ 199:a22b419bbdf0 boundary_conditions
Attempt fix for assertion inside constructor of LazyElementWiseOperation
author | Vidar Stiernström <vidar.stiernstrom@it.uu.se> |
---|---|
date | Sat, 22 Jun 2019 20:56:17 +0200 |
parents | 0743e1247384 |
children | 1ad91e11b1f4 |
line wrap: on
line source
module sbp include("index.jl") include("grid.jl") include("stencil.jl") include("sbpD2.jl") include("diffOp.jl") include("TimeStepper.jl") end # module