Mercurial > repos > public > sbplib_julia
diff src/Grids/grid.jl @ 1679:529b533a1dbb feature/sbp_operators/laplace_curvilinear
Merge feature/sbp_operators/laplace_curvilinear
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Sun, 30 Jun 2024 10:57:05 +0200 |
parents | 13a7a4ff49e3 |
children | 03894fd7b132 |
line wrap: on
line diff
--- a/src/Grids/grid.jl Fri Jun 28 21:40:19 2024 +0200 +++ b/src/Grids/grid.jl Sun Jun 30 10:57:05 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)