view grid.jl @ 71:18d0d794d3bb cell_based_test

Make stencils respond to @ inbounds
author Jonatan Werpers <jonatan@werpers.com>
date Fri, 18 Jan 2019 14:21:58 +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