view sbp.jl @ 23:9031fe054f2c

Return the unsigned distances from grid.spacings(). Add comments
author Vidar Stiernström <vidar.stiernstrom@it.uu.se>
date Tue, 08 Jan 2019 11:17:20 +0100
parents 7f075bacbd68
children 178a203f3e6d
line wrap: on
line source

module sbp
include("grid.jl")
include("diffOp.jl")
include("stencil.jl")
include("sbpD2.jl")
include("TimeStepper.jl")
end  # module