AMReX-Codes / pyamrex

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

Particles: Restructure #276

Closed ax3l closed 3 months ago

ax3l commented 4 months ago

The AMReX particle logic is heavily templated. For simpler maintenance, we move all declarations into header file and define needed types recursively from the particle container.