Mercurial > repos > public > sbplib_julia
comparison src/Grids/grid.jl @ 1951:6c1bb9bdb092 feature/grids/geometry_functions
Merge feature/grids/manifolds
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Fri, 07 Feb 2025 22:38:39 +0100 |
parents | 76c6bde84656 |
children |
comparison
equal
deleted
inserted
replaced
1916:6859089b361e | 1951:6c1bb9bdb092 |
---|---|
120 | 120 |
121 Identifiers for all the boundaries of `g`. | 121 Identifiers for all the boundaries of `g`. |
122 """ | 122 """ |
123 function boundary_identifiers end | 123 function boundary_identifiers end |
124 | 124 |
125 # TBD: Boundary identifiers for charts and atlases? | |
126 | |
127 """ | 125 """ |
128 boundary_grid(g::Grid, id::BoundaryIdentifier) | 126 boundary_grid(g::Grid, id::BoundaryIdentifier) |
129 | 127 |
130 The grid for the boundary specified by `id`. | 128 The grid for the boundary specified by `id`. |
131 """ | 129 """ |