Skip to content

Commit 7fec74f

Browse files
committed
Specialize a Polymorphic ParticleContainer
Using the `amrex::PolymorphicArenaAllocator`
1 parent 93043f5 commit 7fec74f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Particle/ParticleContainer.H

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -564,4 +564,6 @@ void make_ParticleContainer_and_Iterators (py::module &m)
564564
make_ParticleContainer_and_Iterators<T_ParticleType, T_NArrayReal, T_NArrayInt,
565565
amrex::AsyncArenaAllocator>(m, "async");
566566
#endif
567+
make_ParticleContainer_and_Iterators<T_ParticleType, T_NArrayReal, T_NArrayInt,
568+
amrex::PolymorphicArenaAllocator>(m, "polymorphic");
567569
}

0 commit comments

Comments
 (0)