Mercurial > repos > public > sbplib_julia
comparison Notes.md @ 1553:f1eacb923f45
Merge bugfix/sbp_operators/stencil_return_type
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Sat, 13 Apr 2024 23:44:56 +0200 |
parents | 8b9cdadb845a |
children | d68d02dd882f bb4c119e91fa |
comparison
equal
deleted
inserted
replaced
1536:5193e6cd6c6a | 1553:f1eacb923f45 |
---|---|
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. |