Mercurial > repos > public > sbplib_julia
view sbp.jl @ 118:4c0c02a80cd4 cell_based_test
Change uview to view. It seems the compiler is now able to remove the allocation
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Tue, 12 Feb 2019 13:15:16 +0100 |
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