view grid.jl @ 94:84b1ad5a3755 stencil_index

Made everything work(?) but also go really slow. And also not type-stable.
author Ylva Rydin <ylva.rydin@telia.com>
date Mon, 04 Feb 2019 16:09:07 +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