diff 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
line wrap: on
line diff
--- a/Notes.md	Thu Apr 11 23:48:11 2024 +0200
+++ b/Notes.md	Sat Apr 13 23:44:56 2024 +0200
@@ -348,3 +348,11 @@
 * This would impact how tensor grid works.
 * To make things homogenous maybe these index collections should be used for the more simple grids too.
 * The function `to_indices` from Base could be useful to implement for `IndexCollection`
+
+
+## Stencil application pipeline
+We should make sure that `@inbounds` and `Base.@propagate_inbounds` are
+applied correctly throughout the stack. When testing the performance of
+stencil application on the bugfix/sbp_operators/stencil_return_type branch
+there seemed to be some strange results where such errors could be the
+culprit.