Mercurial > repos > public > sbplib_julia
view grid.jl @ 122:6c6979ff17f4 cell_based_test
Introduce and use apply_backwards for stencils
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Tue, 12 Feb 2019 15:18:18 +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