comparison src/Grids/grid.jl @ 1947:76c6bde84656 feature/grids/manifolds

Remove resolved TBD
author Jonatan Werpers <jonatan@werpers.com>
date Fri, 07 Feb 2025 22:11:13 +0100
parents 03894fd7b132
children
comparison
equal deleted inserted replaced
1946:c63116e2ec8e 1947:76c6bde84656
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 """