Mercurial > repos > public > sbplib_julia
diff src/Grids/grid.jl @ 1751:f3d7e2d7a43f feature/sbp_operators/laplace_curvilinear
Merge feature/grids/manifolds
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Wed, 11 Sep 2024 16:26:19 +0200 |
parents | 03894fd7b132 |
children | 76c6bde84656 |
line wrap: on
line diff
--- a/src/Grids/grid.jl Mon Sep 09 09:01:57 2024 +0200 +++ b/src/Grids/grid.jl Wed Sep 11 16:26:19 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`.