view grid.jl @ 135:bb1cc9c7877c boundary_conditions

Add outline of idea for implemenation of sats
author Jonatan Werpers <jonatan@werpers.com>
date Thu, 21 Feb 2019 16:45:06 +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