XGC1
|
#include <Kokkos_Core.hpp>
#include "timer_macro.hpp"
#include "space_settings.hpp"
#include "globals.hpp"
#include "sml.hpp"
#include "plasma.hpp"
#include "domain_decomposition.hpp"
#include "distribution.hpp"
#include "velocity_grid.hpp"
#include "collisions.hpp"
#include "update_ptl_weights.hpp"
#include "update_f0.hpp"
#include "update_analytic_f0_old.hpp"
#include "update_analytic_f0.hpp"
#include "distribute_f0g.hpp"
#include "resampling.hpp"
#include "pseudo_inverse.hpp"
#include "checkpoint.hpp"
#include "vgrid_distribution.hpp"
#include "diffusion.hpp"
#include "toroidal_average.hpp"
#include "moments.hpp"
#include "f_source.hpp"
#include "add_f0_analytic.hpp"
#include "current_drive.hpp"
#include "diag_f0.hpp"
#include "diag_3d_f0_f.hpp"
#include "diagnostics.hpp"
#include "pellet.hpp"
#include "set_nans_to_zero.hpp"
Functions | |
void | relax_test_prep () |
void | f_nan_check (double *f0_f) |
void | df0g_nan_check (double *f0_df0g) |
void | heat_and_torque_sources (int isp, double *f0_f, double *temp_ev, double *f0_df0g) |
void | neutral_particle_recycling (double *f0_f, double *f0_df0g, double *f0_node_cost, int axisym_parallelization_int) |
int | get_resamp_tile_size () |
void | f0_upsampling_set_params () |
void | f0_upsampling_restore_params () |
int | do_f0_upsampling () |
void | f_source (const Simulation< DeviceType > &sml, const Grid< DeviceType > &grid, const MagneticField< DeviceType > &magnetic_field, ElectricField< DeviceType > &electric_field, DomainDecomposition< DeviceType > &pol_decomp, const VelocityGrid &vgrid, const Charges &charges, Plasma &plasma, const PerturbedBField< DeviceType > &perturbed_B_field, const Neutrals< DeviceType > &neutrals, Sources &sources, DMWrapper &pseudo_inv_dm, Diagnostics &diagnostics) |
void df0g_nan_check | ( | double * | f0_df0g | ) |
int do_f0_upsampling | ( | ) |
void f0_upsampling_restore_params | ( | ) |
void f0_upsampling_set_params | ( | ) |
void f_nan_check | ( | double * | f0_f | ) |
void f_source | ( | const Simulation< DeviceType > & | sml, |
const Grid< DeviceType > & | grid, | ||
const MagneticField< DeviceType > & | magnetic_field, | ||
ElectricField< DeviceType > & | electric_field, | ||
DomainDecomposition< DeviceType > & | pol_decomp, | ||
const VelocityGrid & | vgrid, | ||
const Charges & | charges, | ||
Plasma & | plasma, | ||
const PerturbedBField< DeviceType > & | perturbed_B_field, | ||
const Neutrals< DeviceType > & | neutrals, | ||
Sources & | sources, | ||
DMWrapper & | pseudo_inv_dm, | ||
Diagnostics & | diagnostics | ||
) |
int get_resamp_tile_size | ( | ) |
void heat_and_torque_sources | ( | int | isp, |
double * | f0_f, | ||
double * | temp_ev, | ||
double * | f0_df0g | ||
) |
void neutral_particle_recycling | ( | double * | f0_f, |
double * | f0_df0g, | ||
double * | f0_node_cost, | ||
int | axisym_parallelization_int | ||
) |
void relax_test_prep | ( | ) |