Mercurial > repos > public > sbplib_julia
view grid.jl @ 67:7fd4e7a1cd38 cell_based_test
Make stencil more type stabeler
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Thu, 17 Jan 2019 15:52:25 +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