view grid.jl @ 99:6b6d680f2e25 cell_based_test

Allow apply(::Laplace) to take Index types
author Jonatan Werpers <jonatan@werpers.com>
date Wed, 06 Feb 2019 09:09:55 +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