view grid.jl @ 107:e3e32299fe72 cell_based_test

Replace loop in appl!(::Laplace) to avoid allocations
author Jonatan Werpers <jonatan@werpers.com>
date Fri, 08 Feb 2019 11:17:27 +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