XGC1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Functions
push_diagnostic_c.cpp File Reference
#include "push_physics.hpp"
#include "electric_field.hpp"
#include "push_controls.hpp"
Include dependency graph for push_diagnostic_c.cpp:

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)
 

Function Documentation

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 
)

Here is the caller graph for this function:

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 
)

Loop over particles for their contribution to the push diagnostics

Parameters
[in]partParticle AoSoA
[in]i_itemParticle/vector index

Here is the call graph for this function:

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 
)

Here is the call graph for this function: