Mercurial > repos > public > sbplib_julia
view sbp.jl @ 90:2882e1318cc3 patch_based_test
Add TODO:s on how to remove allocations in apply! for Laplace2d
author | Vidar Stiernström <vidar.stiernstrom@it.uu.se> |
---|---|
date | Fri, 25 Jan 2019 16:49:09 +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