Mercurial > repos > public > sbplib_julia
diff src/Grids/grid.jl @ 1748:03894fd7b132 feature/grids/manifolds
Merge feature/grids/curvilinear
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Wed, 11 Sep 2024 15:41:58 +0200 |
parents | 13a7a4ff49e3 863385aae454 |
children | 76c6bde84656 |
line wrap: on
line diff
--- a/src/Grids/grid.jl Wed Aug 28 10:35:08 2024 +0200 +++ b/src/Grids/grid.jl Wed Sep 11 15:41:58 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`.