#include <ImpactXParticleContainer.H>
|
static constexpr auto | names_t = { "position_x", "position_y", "position_z" } |
| named labels for fixed t More...
|
|
static constexpr auto | names_s = { "position_x", "position_y", "position_ct" } |
| named labels for fixed s More...
|
|
AMReX pre-defined Real attributes
These are the AMReX pre-defined struct indexes for the Real attributes stored in an AoS in ImpactXParticleContainer. We document this here, because we change the meaning of these "positions" depending on the coordinate system we are currently in.
◆ anonymous enum
Enumerator |
---|
x | position in x [m] (at fixed t OR fixed s)
|
y | position in y [m] (at fixed t OR fixed s)
|
z | position in z [m] (at fixed t) OR time-of-flight ct [m] (at fixed s)
|
nattribs | the number of attributes above (always last)
|
◆ names_s
constexpr auto impactx::RealAoS::names_s = { "position_x", "position_y", "position_ct" } |
|
static |
◆ names_t
constexpr auto impactx::RealAoS::names_t = { "position_x", "position_y", "position_z" } |
|
static |
The documentation for this struct was generated from the following file: