Mercurial > repos > public > sbplib_julia
changeset 1470:07882e390ff5 feature/grids/boundary_indicies
REVIEW: Suggest change to docstring
author | Vidar Stiernström <vidar.stiernstrom@it.uu.se> |
---|---|
date | Thu, 30 Nov 2023 16:45:08 +0100 |
parents | 54ae92803b0b |
children | a863aef1f799 |
files | src/Grids/grid.jl |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/Grids/grid.jl Thu Nov 30 16:43:46 2023 +0100 +++ b/src/Grids/grid.jl Thu Nov 30 16:45:08 2023 +0100 @@ -73,6 +73,8 @@ function boundary_grid end # TBD: Can we implement a version here that accepts multiple ids and grouped boundaries? Maybe we need multiblock stuff? +# REVIEW: I suggest removing the sentence "The collection should be usable ...". I think it is redudant and also somewhat confusing +# in that wording "obtain grid functions" makes it sound like new grid functions are allocated from the indexing. """ boundary_indices(g::Grid, id::BoundaryIdentifier)