Mercurial > repos > public > sbplib_julia
view sbp.jl @ 53:8c6db1f6d8e0
Save plot to file when calling plotgridfunction, until figuring out how to set up an interactive gui backend for matplotlib in julia.
author | Vidar Stiernström <vidar.stiernstrom@it.uu.se> |
---|---|
date | Mon, 14 Jan 2019 11:30:36 +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