Mercurial > repos > public > sbplib_julia
view grid.jl @ 147:aa18b7bf4926 parallel_test
Changed to initialize u and v as distributed arrays
author | Vidar Stiernström <vidar.stiernstrom@it.uu.se> |
---|---|
date | Mon, 25 Feb 2019 17:21:07 +0100 |
parents | 614b56a017b9 |
children | cb9a789338a1 |
line wrap: on
line source
module Grid # TODO: Where is this used? abstract type BoundaryId end include("AbstractGrid.jl") include("EquidistantGrid.jl") end