XGCa
|
#include <sstream>
#include "timer_macro.hpp"
#include "field_aligned_local_fields.hpp"
#include "tracer_diag.hpp"
#include "particle_stream.hpp"
#include "adios2.hpp"
#include "plasma.hpp"
#include "checkpoint.hpp"
Namespaces | |
TracerDiag | |
Macros | |
#define | ADIOS2_DEFINE_VAR_ION(MACRO) |
#define | ADIOS2_DEFINE_VAR_ELECTRON(MACRO) |
Functions | |
void | write_tracerdata (int n_ports, double *tracerdata) |
void | get_psi_b (double r, double z, double phi, double &psi, double &bmag) |
void | get_bvec (double r, double z, double phi, double &br, double &bz, double &bphi) |
int | get_diag_tracer_sp () |
long long int | get_diag_tracer_gid () |
template<KinType KT> | |
void | templated_tracer_diag (int ipc, long long int tracer_gid, const Grid< DeviceType > &grid, const MagneticField< DeviceType > &magnetic_field, const ElectricField< DeviceType > &electric_field, const Simulation< DeviceType > &sml, const Species< DeviceType > &species, const DomainDecomposition< DeviceType > &pol_decomp, Smoothing &smoothing) |
void | tracer_diag (int ipc, const Grid< DeviceType > &grid, const MagneticField< DeviceType > &magnetic_field, ElectricField< DeviceType > &electric_field, const Simulation< DeviceType > &sml, Plasma &plasma, const DomainDecomposition< DeviceType > &pol_decomp, Smoothing &smoothing) |
#define ADIOS2_DEFINE_VAR_ELECTRON | ( | MACRO | ) |
#define ADIOS2_DEFINE_VAR_ION | ( | MACRO | ) |
void get_bvec | ( | double | r, |
double | z, | ||
double | phi, | ||
double & | br, | ||
double & | bz, | ||
double & | bphi | ||
) |
long long int get_diag_tracer_gid | ( | ) |
int get_diag_tracer_sp | ( | ) |
void get_psi_b | ( | double | r, |
double | z, | ||
double | phi, | ||
double & | psi, | ||
double & | bmag | ||
) |
void templated_tracer_diag | ( | int | ipc, |
long long int | tracer_gid, | ||
const Grid< DeviceType > & | grid, | ||
const MagneticField< DeviceType > & | magnetic_field, | ||
const ElectricField< DeviceType > & | electric_field, | ||
const Simulation< DeviceType > & | sml, | ||
const Species< DeviceType > & | species, | ||
const DomainDecomposition< DeviceType > & | pol_decomp, | ||
Smoothing & | smoothing | ||
) |
void tracer_diag | ( | int | ipc, |
const Grid< DeviceType > & | grid, | ||
const MagneticField< DeviceType > & | magnetic_field, | ||
ElectricField< DeviceType > & | electric_field, | ||
const Simulation< DeviceType > & | sml, | ||
Plasma & | plasma, | ||
const DomainDecomposition< DeviceType > & | pol_decomp, | ||
Smoothing & | smoothing | ||
) |
void write_tracerdata | ( | int | n_ports, |
double * | tracerdata | ||
) |