XGC1
|
#include "globals.hpp"
#include "initialize_equil_profiles.hpp"
#include "view_arithmetic.hpp"
#include "species.hpp"
Functions | |
int | default_ptl_num (int sml_special) |
template<class Device > | |
void | calc_decomposed_f0_arrays (const DomainDecomposition< DeviceType > &pol_decomp, const Grid< DeviceType > &grid, const MagneticField< DeviceType > &magnetic_field, const Species< Device > &species, double vspace_factor) |
template<class Device > | |
void | calc_global_f0_arrays (const Grid< DeviceType > &grid, const MagneticField< DeviceType > &magnetic_field, const Species< Device > &species) |
void | transpose_ptl_from_chkpt_format (const Species< DeviceType > &species, const View< double **, CLayout, HostType > &phase, const View< long long int *, CLayout, HostType > &gid, const View< long long int *, CLayout, HostType > &flag, int version) |
void | transpose_ptl_to_chkpt_format (const Species< DeviceType > &species, const View< double **, CLayout, HostType > &phase, const View< long long int *, CLayout, HostType > &gid, const View< long long int *, CLayout, HostType > &flag) |
void calc_decomposed_f0_arrays | ( | const DomainDecomposition< DeviceType > & | pol_decomp, |
const Grid< DeviceType > & | grid, | ||
const MagneticField< DeviceType > & | magnetic_field, | ||
const Species< Device > & | species, | ||
double | vspace_factor | ||
) |
void calc_global_f0_arrays | ( | const Grid< DeviceType > & | grid, |
const MagneticField< DeviceType > & | magnetic_field, | ||
const Species< Device > & | species | ||
) |
|
inline |
void transpose_ptl_from_chkpt_format | ( | const Species< DeviceType > & | species, |
const View< double **, CLayout, HostType > & | phase, | ||
const View< long long int *, CLayout, HostType > & | gid, | ||
const View< long long int *, CLayout, HostType > & | flag, | ||
int | version | ||
) |
void transpose_ptl_to_chkpt_format | ( | const Species< DeviceType > & | species, |
const View< double **, CLayout, HostType > & | phase, | ||
const View< long long int *, CLayout, HostType > & | gid, | ||
const View< long long int *, CLayout, HostType > & | flag | ||
) |