diff src/Grids/grid.jl @ 1678:13a7a4ff49e3 feature/grids/manifolds

Merge feature/grids/curvilinear
author Jonatan Werpers <jonatan@werpers.com>
date Sun, 30 Jun 2024 10:50:44 +0200
parents 8250cf5a3ce9 51f0c5f895fb
children 03894fd7b132
line wrap: on
line diff
--- a/src/Grids/grid.jl	Wed Jun 26 12:42:28 2024 +0200
+++ b/src/Grids/grid.jl	Sun Jun 30 10:50:44 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)