-
Notifications
You must be signed in to change notification settings - Fork 173
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Just an idea @andiwand @paulgessinger @LuisFelipeCoelho @noemina This adds two grid iterators: - A global iterator that simply runs on the global index. As such you also run on the under/over flow bins - A local iterator that uses instead local indexes. This one avoids under/over flow bins The cool thing about the local one is that is also allows for a custom navigation pattern for any axis. This is currently done for the Z azis where we jump from the first bins, then the last bins and then the central Z bins in the grid Still a draft since I need to add a few things. But opening anyway to get additional feedbacks
- Loading branch information
1 parent
9fcbbe8
commit 664add3
Showing
9 changed files
with
1,155 additions
and
85 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.