XGC1
|
Functions | |
template<class Device , KinType KT, PhiInterpType PIT, MarkerType MT, MagneticFieldMode MFM, BFieldSymmetry BFS, typename GFPT > | |
KOKKOS_INLINE_FUNCTION void | push_diagnostics_c (const Grid< Device > &grid, const MagneticField< Device > &magnetic_field, const GridFieldPack< Device, GFPT > &gfpack, const PushDiagnostic< Device > &diag, const PushControls &push_controls, const Species< Device > &species, const PerturbedBField< Device > &perturbed_B_field, int i_item) |
template<KinType KT, PhiInterpType PIT, MarkerType MT, MagneticFieldMode MFM, BFieldSymmetry BFS> | |
void | templated_push_diagnostic (const Grid< DeviceType > &grid, const MagneticField< DeviceType > &magnetic_field, Species< DeviceType > &species, const GridFieldPackPtr &grid_field_pack_ptr, const PerturbedBField< DeviceType > &perturbed_B_field, const PushDiagnostic< DeviceType > &diag, const PushControls &push_controls) |
void | push_diagnostic (const Grid< DeviceType > &grid, const MagneticField< DeviceType > &magnetic_field, Species< DeviceType > &species, const GridFieldPackPtr &grid_field_pack_ptr, const PerturbedBField< DeviceType > &perturbed_B_field, const PushDiagnostic< DeviceType > &diag, const PushControls &push_controls) |
void push_diagnostic | ( | const Grid< DeviceType > & | grid, |
const MagneticField< DeviceType > & | magnetic_field, | ||
Species< DeviceType > & | species, | ||
const GridFieldPackPtr & | grid_field_pack_ptr, | ||
const PerturbedBField< DeviceType > & | perturbed_B_field, | ||
const PushDiagnostic< DeviceType > & | diag, | ||
const PushControls & | push_controls | ||
) |
KOKKOS_INLINE_FUNCTION void push_diagnostics_c | ( | const Grid< Device > & | grid, |
const MagneticField< Device > & | magnetic_field, | ||
const GridFieldPack< Device, GFPT > & | gfpack, | ||
const PushDiagnostic< Device > & | diag, | ||
const PushControls & | push_controls, | ||
const Species< Device > & | species, | ||
const PerturbedBField< Device > & | perturbed_B_field, | ||
int | i_item | ||
) |
Loop over particles for their contribution to the push diagnostics
[in] | part | Particle AoSoA |
[in] | i_item | Particle/vector index |
void templated_push_diagnostic | ( | const Grid< DeviceType > & | grid, |
const MagneticField< DeviceType > & | magnetic_field, | ||
Species< DeviceType > & | species, | ||
const GridFieldPackPtr & | grid_field_pack_ptr, | ||
const PerturbedBField< DeviceType > & | perturbed_B_field, | ||
const PushDiagnostic< DeviceType > & | diag, | ||
const PushControls & | push_controls | ||
) |