XGC1
|
#include "NamelistReader.hpp"
#include "timer_macro.hpp"
#include "plasma.hpp"
#include "restart.hpp"
#include "get_tr_save.hpp"
#include "initialize_particles.hpp"
#include "validity_check.hpp"
#include "load_or_restart.hpp"
Functions | |
void | load () |
void | load_single () |
void | load_special4 () |
Special loading routine for the generation of Poincare plots of perturbed magnetic fields. Used with sml_special==4. All particles on the same MPI process are spread evenly across all poloidal angles on the same flux-surface. The number of flux-surfaces is determined by ptl_special_npsi. More... | |
void | set_loading_factors (long long int ptl_total) |
int | restart_file_exists () |
int | is_restart_int () |
void | load_or_restart (NLReader::NamelistReader &nlr, const Grid< DeviceType > &grid, const MagneticField< DeviceType > &magnetic_field, Plasma &plasma, DomainDecomposition< DeviceType > &pol_decomp, const VelocityGrid &vgrid) |
int is_restart_int | ( | ) |
void load | ( | ) |
void load_or_restart | ( | NLReader::NamelistReader & | nlr, |
const Grid< DeviceType > & | grid, | ||
const MagneticField< DeviceType > & | magnetic_field, | ||
Plasma & | plasma, | ||
DomainDecomposition< DeviceType > & | pol_decomp, | ||
const VelocityGrid & | vgrid | ||
) |
void load_single | ( | ) |
void load_special4 | ( | ) |
Special loading routine for the generation of Poincare plots of perturbed magnetic fields. Used with sml_special==4. All particles on the same MPI process are spread evenly across all poloidal angles on the same flux-surface. The number of flux-surfaces is determined by ptl_special_npsi.
int restart_file_exists | ( | ) |
void set_loading_factors | ( | long long int | ptl_total | ) |