Mercurial > repos > public > sbplib_julia
view sbp.jl @ 8:433008d3b7d3
Move stencil to its own file
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Mon, 17 Dec 2018 14:30:59 +0100 |
parents | b714e341a0ba |
children | 7f075bacbd68 |
line wrap: on
line source
module sbp include("grid.jl") include("diffOp.jl") include("stencil.jl") include("sbpD2.jl") end # module