Enhancement: Include zi
in the ParticleSet.populate_indices()
method
#1716
Labels
zi
in the ParticleSet.populate_indices()
method
#1716
Currently the
ParticleSet.populate_indices
only populates thexi
andyi
indices. For 3D simulations, a nice-to-have addition to theParticleSet.populate_indices
method is to include thezi
index, and not justxi
, andyi
. 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!The text was updated successfully, but these errors were encountered: