XGC1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Functions
main_loop.cpp File Reference
#include <iostream>
#include <Kokkos_Core.hpp>
#include "timer_macro.hpp"
#include "species.hpp"
#include "electric_field.hpp"
#include "diagnostics.hpp"
#include "tracer_diag.hpp"
#include "neutrals.hpp"
#include "sheath.hpp"
#include "domain_decomposition.hpp"
#include "push.hpp"
#include "shift.hpp"
#include "solve_algorithm.hpp"
#include "f_source.hpp"
#include "mpi.h"
#include "cce_fcoupling_resample.hpp"
#include "checkpoint_files.hpp"
#include "resampling.hpp"
#include "diagnosis.hpp"
#include "checkpoint.hpp"
#include "charge_f0.hpp"
#include "sheath_adjust.hpp"
#include "switch_em_es.hpp"
#include "diag_3d_additional.hpp"
#include "split_weight_algorithm.hpp"
#include "limit_marker_density.hpp"
#include "load_balance.hpp"
#include "monte_carlo_collisions.hpp"
#include "push_As.hpp"
#include "memory_usage.hpp"
Include dependency graph for main_loop.cpp:

Functions

void set_sml_istep_and_gstep (int istep, int gstep)
 
void update_solvers_c ()
 
int do_diag_additional ()
 
int do_resampling ()
 
int get_resamp_tile_size ()
 
void set_sml_time (double time)
 
void update_load_balance_cost_tracking ()
 
void update_3db_fort ()
 
void main_loop (int istep, Simulation< DeviceType > &sml, const MagneticField< DeviceType > &magnetic_field, Plasma &plasma, Neutrals< DeviceType > &neutrals, LoadBalance &load_balance, DomainDecomposition< DeviceType > &pol_decomp, const Grid< DeviceType > &grid, Sheath< DeviceType > &sheath, ElectricField< DeviceType > &electric_field, PerturbedBField< DeviceType > &perturbed_B_field, Sources &sources, Diagnostics &diagnostics, Charges &charges, VelocityGrid &vgrid, DMWrapper &pseudo_inv_dm, CheckpointFiles &checkpoint_files)
 

Function Documentation

int do_diag_additional ( )

Here is the caller graph for this function:

int do_resampling ( )

Here is the caller graph for this function:

int get_resamp_tile_size ( )
void main_loop ( int  istep,
Simulation< DeviceType > &  sml,
const MagneticField< DeviceType > &  magnetic_field,
Plasma plasma,
Neutrals< DeviceType > &  neutrals,
LoadBalance load_balance,
DomainDecomposition< DeviceType > &  pol_decomp,
const Grid< DeviceType > &  grid,
Sheath< DeviceType > &  sheath,
ElectricField< DeviceType > &  electric_field,
PerturbedBField< DeviceType > &  perturbed_B_field,
Sources sources,
Diagnostics diagnostics,
Charges charges,
VelocityGrid vgrid,
DMWrapper pseudo_inv_dm,
CheckpointFiles checkpoint_files 
)

Here is the call graph for this function:

Here is the caller graph for this function:

void set_sml_istep_and_gstep ( int  istep,
int  gstep 
)

Here is the caller graph for this function:

void set_sml_time ( double  time)
void update_3db_fort ( )

Here is the caller graph for this function:

void update_load_balance_cost_tracking ( )

Here is the caller graph for this function:

void update_solvers_c ( )

Here is the caller graph for this function: