Mercurial > repos > public > sbplib_julia
view sbp.jl @ 79:015bd5f33a54 patch_based_test
Created new branch for investigating patch based application of stencils
author | Vidar Stiernström <vidar.stiernstrom@it.uu.se> |
---|---|
date | Thu, 24 Jan 2019 14:27:57 +0100 |
parents | d04569696918 |
children | c0f33eccd527 0743e1247384 |
line wrap: on
line source
module sbp include("grid.jl") include("stencil.jl") include("sbpD2.jl") include("diffOp.jl") include("TimeStepper.jl") end # module