Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MFIter in Python #262

Merged
merged 1 commit into from
Feb 8, 2024
Merged

MFIter in Python #262

merged 1 commit into from
Feb 8, 2024

Conversation

ax3l
Copy link
Member

@ax3l ax3l commented Feb 7, 2024

Iterate boxes and particle tiles in Python. This simplifies downstream usage with derived data types, avoiding "downcasting" iterators to their base types during iteration.

  • test in ImpactX

Close #261

@ax3l ax3l added the enhancement New feature or request label Feb 7, 2024
@ax3l ax3l force-pushed the py-iterator branch 4 times, most recently from 8ba0158 to c247f77 Compare February 8, 2024 01:17
Iterate boxes and particle tiles in Python. This simplifies downstream usage
with derived data types, avoiding "downcasting" iterators to their base
types during iteration.
@ax3l ax3l enabled auto-merge (squash) February 8, 2024 02:06
@ax3l ax3l added the bug Something isn't working label Feb 8, 2024
@ax3l ax3l merged commit d004eb8 into AMReX-Codes:development Feb 8, 2024
19 checks passed
@ax3l ax3l deleted the py-iterator branch February 8, 2024 02:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Iterator: Python (Non-Typed) Implementation
1 participant