Mercurial > repos > public > sbplib_julia
view sbp.jl @ 209:7db145ce6e4d boundary_conditions
Remove comment about @boundscheck causing allocation
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Tue, 25 Jun 2019 16:37:35 +0200 |
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