Mercurial > repos > public > sbplib_julia
comparison Notes.md @ 1546:8b9cdadb845a bugfix/sbp_operators/stencil_return_type
Add some comments
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Fri, 12 Apr 2024 12:26:30 +0200 |
parents | d641798539c2 |
children | d68d02dd882f bb4c119e91fa |
comparison
equal
deleted
inserted
replaced
1544:7cfa729e256d | 1546:8b9cdadb845a |
---|---|
346 ``` | 346 ``` |
347 | 347 |
348 * This would impact how tensor grid works. | 348 * This would impact how tensor grid works. |
349 * To make things homogenous maybe these index collections should be used for the more simple grids too. | 349 * To make things homogenous maybe these index collections should be used for the more simple grids too. |
350 * The function `to_indices` from Base could be useful to implement for `IndexCollection` | 350 * The function `to_indices` from Base could be useful to implement for `IndexCollection` |
351 | |
352 | |
353 ## Stencil application pipeline | |
354 We should make sure that `@inbounds` and `Base.@propagate_inbounds` are | |
355 applied correctly throughout the stack. When testing the performance of | |
356 stencil application on the bugfix/sbp_operators/stencil_return_type branch | |
357 there seemed to be some strange results where such errors could be the | |
358 culprit. |