Mercurial > repos > public > sbplib_julia
diff src/Grids/grid.jl @ 1677:51f0c5f895fb feature/grids/curvilinear
Merge default
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Sun, 30 Jun 2024 10:43:02 +0200 |
parents | b02917bcd7d5 5f348cc5598e |
children | 13a7a4ff49e3 863385aae454 |
line wrap: on
line diff
--- a/src/Grids/grid.jl Fri Jun 28 17:02:47 2024 +0200 +++ b/src/Grids/grid.jl Sun Jun 30 10:43:02 2024 +0200 @@ -82,6 +82,14 @@ # TODO: Implement `setindex!`? # TODO: Implement a more general ComponentView that can handle non-AbstractArrays. + +""" + min_spacing(g::Grid) + +The smallest distance between any pair of grid points in `g`. +""" +function min_spacing end + """ refine(g::Grid, r)