Skip to content

Conversation

@ax3l
Copy link
Member

@ax3l ax3l commented Apr 8, 2023

This keeps the legacy AoS-position-id particle layout in AMReX.

It just anticipates the changes in C++ APIs for ArrayOfStruct and (Const)ParticleTileData from AMReX-Codes/amrex#2878

@ax3l ax3l added the enhancement New feature or request label Apr 8, 2023
@ax3l ax3l requested review from WeiqunZhang and atmyers April 8, 2023 00:18
Comment on lines 134 to +136
// work-around for https://github.com/pybind/pybind11/pull/4581
//make_ArrayOfStructs<NReal, NInt, std::allocator> (m, "std");
//make_ArrayOfStructs<NReal, NInt, amrex::ArenaAllocator> (m, "arena");
//make_ArrayOfStructs<ParticleType, std::allocator> (m, "std");
//make_ArrayOfStructs<ParticleType, amrex::ArenaAllocator> (m, "arena");

Check notice

Code scanning / CodeQL

Commented-out code

This comment appears to contain commented-out code.
@ax3l ax3l force-pushed the topic-new-ptd-interfaces branch 2 times, most recently from 2496779 to 1258cd9 Compare April 9, 2023 19:13
@ax3l ax3l force-pushed the topic-new-ptd-interfaces branch from 6bca6cf to 2e558aa Compare April 17, 2023 20:08
@ax3l ax3l force-pushed the topic-new-ptd-interfaces branch from 2e558aa to 6dee0ea Compare April 17, 2023 20:16
@ax3l ax3l merged commit a90fec6 into AMReX-Codes:development Apr 17, 2023
@ax3l ax3l deleted the topic-new-ptd-interfaces branch April 17, 2023 20:51
@ax3l ax3l changed the title New ParticleTileData ParticleTileData Interface Changes Apr 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant