view sbp.jl @ 197:a340fa91b1fc boundary_conditions

Move transpose def to the bottom of the file
author Jonatan Werpers <jonatan@werpers.com>
date Thu, 20 Jun 2019 23:26:43 +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