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

Particles: Restructure #276

Merged
merged 3 commits into from
Mar 11, 2024
Merged

Conversation

ax3l
Copy link
Member

@ax3l ax3l commented Mar 8, 2024

The AMReX particle logic is heavily templated. For simpler maintenance, we move all declarations into header file and define needed types recursively from the particle container.

The AMReX particle logic is heavily templated. For
simpler maintainance, we move all declarations into header file
and define needed types recursively from the particle container.
See killed processes in CI.
@ax3l ax3l added the component: particles Particles label Mar 11, 2024
Comment on lines +41 to +44
// For legacy AoS + SoA particles, we register a particle and superparticle.
// The latter adds the SoA attributes. Avoid to double-register those types.
/*
static std::unordered_set<std::array<int, 2>> registered;
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not needed yet, for later.

@ax3l ax3l enabled auto-merge (squash) March 11, 2024 20:55
@ax3l ax3l merged commit a165619 into AMReX-Codes:development Mar 11, 2024
19 checks passed
@ax3l ax3l deleted the restructure-particles branch March 11, 2024 22:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant