pyamrex
pyamrex copied to clipboard
Specialize a Polymorphic ParticleContainer
Using the amrex::PolymorphicArenaAllocator. Close #425
To Do
- [x] specialize PC with
amrex::PolymorphicArenaAllocator - [ ] add a C++ example to AMReX tests https://github.com/AMReX-Codes/amrex/issues/4380
- [ ] add a Python test based on the C++ AMReX example
Later On
Later on, we will drop specific specializations of other arenas to save compile & link time. Not this PR.