|
WarpX
|
#include <WarpXParticleContainer.H>
Public Types | |
| enum | { x , z , w , ux , uy , uz , nattribs } |
Static Public Attributes | |
| static constexpr auto | names = {"x", "z", "w", "ux", "uy", "uz"} |
Real Particle Attributes stored in amrex::ParticleContainer's struct of array
x, y, z : position components ux uy uz : normalized momentum components w : weight theta : azimuthal angle phi : polar angle, relative to the x-y plane nattribs : number of compile-time attributes
|
staticconstexpr |