view sbp.jl @ 31:f2842e08d813

Change name to apply to show that it is mutating
author Jonatan Werpers <jonatan@werpers.com>
date Thu, 10 Jan 2019 12:54:40 +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