#include <ImpactXParticleContainer.H>
|
static constexpr auto | names_s = { "position_x", "position_y", "position_t" } |
| named labels for fixed s More...
|
|
static constexpr auto | names_t = { "position_x", "position_y", "position_z" } |
| named labels for fixed t 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 s OR fixed t)
|
y | position in y [m] (at fixed s OR fixed t)
|
t | c * time-of-flight [m] (at fixed s)
|
nattribs | the number of attributes above (always last)
|
◆ anonymous enum
Enumerator |
---|
z | position in z [m] (at fixed t)
|
◆ names_s
constexpr auto impactx::RealAoS::names_s = { "position_x", "position_y", "position_t" } |
|
staticconstexpr |
◆ names_t
constexpr auto impactx::RealAoS::names_t = { "position_x", "position_y", "position_z" } |
|
staticconstexpr |
The documentation for this struct was generated from the following file: