Mercurial > repos > public > sbplib_julia
view grid.jl @ 81:7f72e7e14659 patch_based_test
Add benchmarktest and mark all apply functions with @inline and @inbounds
author | Vidar Stiernström <vidar.stiernstrom@it.uu.se> |
---|---|
date | Thu, 24 Jan 2019 14:58:22 +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