Mercurial > repos > public > sbplib_julia
view grid.jl @ 111:18b86c33b35a cell_based_test
Backed out changeset b3fbef345810, splitting apply! just complicates things
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Fri, 08 Feb 2019 20:56:13 +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