Mercurial > repos > public > sbplib_julia
view grid.jl @ 106:8010aadc4ff1 cell_based_test
Clean up in Laplace 2d apply!
author | Vidar Stiernström <vidar.stiernstrom@it.uu.se> |
---|---|
date | Fri, 08 Feb 2019 10:59:01 +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