XGCa
 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 "restart.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 "memory_usage.hpp"
Include dependency graph for main_loop.cpp:

Functions

void set_sml_istep_and_gstep (int istep)
 
void update_solvers_c ()
 
int do_diag_additional ()
 
void set_sml_symmetric_f ()
 
int do_resampling ()
 
int get_resamp_tile_size ()
 
void get_sml_gstep_and_sml_time (int *gstep, double *time)
 
void set_sml_time ()
 
void update_load_balance_cost_tracking ()
 
void push_as_wrap (int ipc, int iflag)
 
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)
 

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 get_sml_gstep_and_sml_time ( int *  gstep,
double *  time 
)

Here is the caller graph for this function:

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 
)

Here is the call graph for this function:

Here is the caller graph for this function:

void push_as_wrap ( int  ipc,
int  iflag 
)

Here is the caller graph for this function:

void set_sml_istep_and_gstep ( int  istep)

Here is the caller graph for this function:

void set_sml_symmetric_f ( )

Here is the caller graph for this function:

void set_sml_time ( )

Here is the caller graph for this function:

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: