view grid.jl @ 87:38733e84ef1a patch_based_test

Clean up bounds checking in stencil. change to using uview in DiffOp
author Vidar Stiernström <vidar.stiernstrom@it.uu.se>
date Fri, 25 Jan 2019 13:40:15 +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