Mercurial > repos > public > sbplib_julia
diff src/Grids/grid.jl @ 1736:863385aae454 feature/grids/curvilinear
Merge default
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Tue, 10 Sep 2024 21:59:10 +0200 |
parents | 51f0c5f895fb 3714a391545a |
children | 03894fd7b132 |
line wrap: on
line diff
--- a/src/Grids/grid.jl Tue Sep 10 21:35:55 2024 +0200 +++ b/src/Grids/grid.jl Tue Sep 10 21:59:10 2024 +0200 @@ -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`.