Mercurial > repos > public > sbplib_julia
view sbp.jl @ 145:e0c8f5cf3a3f boundary_conditions
Rename boundary indentifiers and use them inte the sat functions
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Mon, 25 Feb 2019 10:19:11 -0800 |
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