diff src/Grids/grid.jl @ 1720:7fdc348f91ff feature/lazy_tensors/sparse_conversions

Merge with default
author Vidar Stiernström <vidar.stiernstrom@gmail.com>
date Thu, 05 Sep 2024 08:26:57 -0700
parents 3714a391545a
children 863385aae454
line wrap: on
line diff
--- a/src/Grids/grid.jl	Wed Sep 04 23:20:28 2024 +0200
+++ b/src/Grids/grid.jl	Thu Sep 05 08:26:57 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`.