diff src/Grids/grid.jl @ 1719:d81d0660b80d

Merge refactor/grids/boundary_identifiers_1d
author Vidar Stiernström <vidar.stiernstrom@gmail.com>
date Thu, 05 Sep 2024 08:26:12 -0700
parents 3714a391545a
children 863385aae454
line wrap: on
line diff
--- a/src/Grids/grid.jl	Thu Sep 05 08:22:47 2024 -0700
+++ b/src/Grids/grid.jl	Thu Sep 05 08:26:12 2024 -0700
@@ -109,6 +109,13 @@
 function coarsen end
 
 """
+   BoundaryIdentifier
+
+An identifier for a boundary of a grid.
+"""
+abstract type BoundaryIdentifier end
+
+"""
     boundary_identifiers(g::Grid)
 
 Identifiers for all the boundaries of `g`.