AMReX-Codes / pyamrex

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

[WIP] `MultiFab`: Static to Member Math Methods #301

Open ax3l opened 2 months ago

ax3l commented 2 months ago

Replace static member functions that with regular member functions that take store the result/destination in self.

Close #296