Mercurial > repos > public > sbplib_julia
view sbp.jl @ 391:5b09c16d669d default_perf_test
Close branch
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Thu, 01 Oct 2020 08:28:28 +0200 |
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