Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ParticleContainer #31

Closed
ax3l opened this issue Mar 30, 2022 · 0 comments · Fixed by #40
Closed

ParticleContainer #31

ax3l opened this issue Mar 30, 2022 · 0 comments · Fixed by #40
Assignees

Comments

@ax3l
Copy link
Member

ax3l commented Mar 30, 2022

We will expose the ParticleContainer class next.

Since that class is templated and the basis for user-code derived classes, we will implement it similar to Array4 as a void make_ParticleContainer function.

Central methods and support classes that we are using from it to start with:

We will also add the __array_interface__ interface (#9) to the 1D SoA data, and have to think how we expose 1D AoS data (could be a tuple in the __array_interface__ data type).

Maybe we also just look for an equivalent protocol for Pandas Dataframes / cudf.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants