-
Notifications
You must be signed in to change notification settings - Fork 42
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
Particle container fixes #1397
Particle container fixes #1397
Conversation
debog
commented
Jan 25, 2024
- Made the particle advection functions virtual.
- Added the new particle files to BuildERFExe.cmake (this was missed earlier)
- Temporary bugfix in updating particle k-index
…hese functions are added to AMReX
@debog -- as long as you're fixing things up maybe you can incorporate the rest of the changes we need for now. Specifically, add
into the .H file and use the following snipped in the Evolve*cpp file
|
you'll also need to update the amrex submodule to be able to use the new interpolation routine from amrex |
We will migrate the update_location_idata into amrex in the longer term but for right now this should make ERF particle evolution correct |
How do I do this? |
cd Submodules/AMReX I believe that what ends up being stored is the new hash, not the actual code, so then when people git pull, they will have to "git submodule update" as well. |
@asalmgren Thanks! I did both and pushed the commits. |