view grid.jl @ 82:45dece5e4928 cell_based_test

Use unsafe views
author Jonatan Werpers <jonatan@werpers.com>
date Thu, 24 Jan 2019 17:42:51 +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