XGCa
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Functions
main_loop.hpp File Reference
#include "domain_decomposition.hpp"
#include "plasma.hpp"
#include "DM_wrapper.hpp"
#include "diagnostics.hpp"
#include "load_balance.hpp"
#include "sources.hpp"
#include "checkpoint_files.hpp"
Include dependency graph for main_loop.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

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

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: