-
Notifications
You must be signed in to change notification settings - Fork 201
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
Remove NamedComponentParticleContainer (Use from AMReX) #5481
Conversation
I'll rebase and push a bit here while Andrew is OOO. |
74c9db2
to
e95a324
Compare
e95a324
to
f77bba9
Compare
f77bba9
to
e174b85
Compare
74414cd
to
ddfbedf
Compare
Oh, a few names in output files are still accidentially renamed:
|
Looks like the RZ tests are the only ones failing now. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yayyy, nice!!
attn @roelof-groenewald @dpgrote @RemiLehe @clarkse this might slightly change Python scripts if you relied on adding runtime attributes (small change) or use the old naming queries (unlikely, but just want to raise). |
@@ -141,7 +141,7 @@ Attribute name ``int``/``real`` Description Wher | |||
Wheeler process physics is used. | |||
==================== ================ ================================== ===== ==== ====================== | |||
|
|||
WarpX allows extra runtime attributes to be added to particle containers (through ``NewRealComp("attrname")`` or ``NewIntComp("attrname")``). | |||
WarpX allows extra runtime attributes to be added to particle containers (through ``AddRealComp("attrname")`` or ``AddIntComp("attrname")``). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Most likely break that happens in user code:
NewRealComp
-> AddRealComp
NewIntComp
-> AddIntComp
This capability has been upstreamed to AMReX.
Depends on
PC::make_alike
AMReX-Codes/amrex#4322 / AMReX/pyAMReX/PICSAR: Weekly Update #5643