Mercurial > repos > public > sbplib_julia
view grid.jl @ 72:4640839b1616 cell_based_test
Make apply operator more efficient using @inbounds and @inline
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Fri, 18 Jan 2019 14:26: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