comparison src/Grids/grid.jl @ 1954:b0915f43b122 feature/sbp_operators/laplace_curvilinear

Merge feature/grids/geometry_functions
author Jonatan Werpers <jonatan@werpers.com>
date Sat, 08 Feb 2025 09:38:58 +0100
parents 76c6bde84656
children
comparison
equal deleted inserted replaced
1953:835b1dcee38e 1954:b0915f43b122
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 """