AMReX-Codes / pyamrex

GPU-Enabled, Zero-Copy AMReX Python Bindings including AI/ML
http://pyamrex.readthedocs.io
Other
35 stars 19 forks source link

Particles: Renames and Snake Case #254

Closed ax3l closed 8 months ago

ax3l commented 8 months ago

Add more systematic default names to numpy/cupy/pandas arrays for self-describing access into positions and other attributes.

Snake-case all the particle methods. Use properties for read-only getters.

image