|
chombo-discharge
|
ParticleTraits specialization listing the payload columns of ItoParticle. More...
#include <CD_ItoParticle.H>
Static Public Attributes | |
| static constexpr auto | columns |
| Payload column member-pointers, listed one field group at a time (SpaceDim entries per vector group). | |
| static constexpr auto | h5Columns = std::make_tuple(D_DECL(&ItoParticle::vx, &ItoParticle::vy, &ItoParticle::vz)) |
| Subset of payload columns written to HDF5 checkpoints: the per-component velocity. | |
| static constexpr auto | h5PartColumns |
| Payload columns written to H5Part visualization files: the transport coefficients, the average energy and the velocity vector (id, position and weight are written automatically; the scratch and previous-position columns are internal and not plotted). | |
ParticleTraits specialization listing the payload columns of ItoParticle.
Only the velocity columns are written to HDF5 (h5Columns); position and weight are always checkpointed by the container.
|
staticconstexpr |
Payload column member-pointers, listed one field group at a time (SpaceDim entries per vector group).
|
staticconstexpr |
Payload columns written to H5Part visualization files: the transport coefficients, the average energy and the velocity vector (id, position and weight are written automatically; the scratch and previous-position columns are internal and not plotted).