view grid.jl @ 126:66c239678a21 cell_based_test

Add Assertion in stencil constructor
author Ylva Rydin <ylva.rydin@telia.com>
date Thu, 07 Feb 2019 16:00:04 +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