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

Enhancement: Include zi in the ParticleSet.populate_indices() method #1716

Open
michaeldenes opened this issue Sep 26, 2024 · 0 comments
Open

Comments

@michaeldenes
Copy link
Member

Currently the ParticleSet.populate_indices only populates the xi and yi indices. For 3D simulations, a nice-to-have addition to the ParticleSet.populate_indices method is to include the zi index, and not just xi, and yi. While it's fairly easy to determine the grid index in the vertical direction by a simple comparison of the particle depth with the grid depths in physical space, removing this post-processing step would be nice!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Backlog
Development

No branches or pull requests

1 participant