view sbp.jl @ 168:45840a8127d6 boundary_conditions

Fix typos and add NormalDerivative
author Jonatan Werpers <jonatan@werpers.com>
date Tue, 21 May 2019 14:20:20 +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