Mercurial > repos > public > sbplib_julia
view sbp.jl @ 160:d33b13d2d92b boundary_conditions
Move things around in TensorMappings and improve the comments
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Fri, 10 May 2019 16:08:31 +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