Mercurial > repos > public > sbplib_julia
comparison src/Grids/grid.jl @ 1644:e213bd857f3f feature/grids/manifolds
Add some todos and tbds
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Wed, 26 Jun 2024 11:06:32 +0200 |
parents | 9113f437431d |
children | 8250cf5a3ce9 |
comparison
equal
deleted
inserted
replaced
1633:35f8e1adb010 | 1644:e213bd857f3f |
---|---|
105 | 105 |
106 Identifiers for all the boundaries of `g`. | 106 Identifiers for all the boundaries of `g`. |
107 """ | 107 """ |
108 function boundary_identifiers end | 108 function boundary_identifiers end |
109 | 109 |
110 # TBD: Boundary identifiers for charts and atlases? | |
111 | |
110 """ | 112 """ |
111 boundary_grid(g::Grid, id::BoundaryIdentifier) | 113 boundary_grid(g::Grid, id::BoundaryIdentifier) |
112 | 114 |
113 The grid for the boundary specified by `id`. | 115 The grid for the boundary specified by `id`. |
114 """ | 116 """ |