XGCa
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Functions
load_or_restart.cpp File Reference
#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"
Include dependency graph for load_or_restart.cpp:

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)
 

Function Documentation

int is_restart_int ( )
void load ( )

Here is the call graph for this function:

Here is the caller graph for this function:

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 
)

Here is the call graph for this function:

Here is the caller graph for this function:

void load_single ( )

Here is the call graph for this function:

Here is the caller graph for this function:

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.

Here is the call graph for this function:

Here is the caller graph for this function:

int restart_file_exists ( )

Here is the caller graph for this function:

void set_loading_factors ( long long int  ptl_total)