Mercurial > repos > public > sbplib_julia
comparison Notes.md @ 1468:b4601f106140 feature/grids/boundary_indicies
Add a note
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Wed, 29 Nov 2023 15:37:59 +0100 |
parents | 88e738d807cb |
children | 54ae92803b0b |
comparison
equal
deleted
inserted
replaced
1467:1e8fbe55916e | 1468:b4601f106140 |
---|---|
322 v[I] | 322 v[I] |
323 ``` | 323 ``` |
324 | 324 |
325 * This would impact how tensor grid works. | 325 * This would impact how tensor grid works. |
326 * To make things homogenous maybe these index collections should be used for the more simple grids too. | 326 * To make things homogenous maybe these index collections should be used for the more simple grids too. |
327 * The function `to_indices` from Base could be usefull to implement for `IndexCollection` |