Mercurial > repos > public > sbplib_julia
view grid.jl @ 100:49796ca2dfa0 cell_based_test
Introduce and use the function stringToTuple in sbpD2.jl
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Wed, 06 Feb 2019 23:03:12 +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