XGC1
|
#include <Kokkos_Core.hpp>
#include "timer_macro.hpp"
#include "species.hpp"
#include "electric_field.hpp"
#include "push_diagnostic.hpp"
#include "heat_diagnostics.hpp"
#include "neutrals.hpp"
#include "sheath.hpp"
#include "scatter.hpp"
#include "em_solve_algorithm.hpp"
#include "sheath_adjust.hpp"
#include "solve_poisson_turb.hpp"
#include "solve_poisson_axisym.hpp"
#include "solve_algorithm.hpp"
Functions | |
void | mini_app_poisson_solver (const Charges &charges, ElectricField< DeviceType > &electric_field) |
void | es_solve_algorithm (int ipc, const Simulation< DeviceType > &sml, const Grid< DeviceType > &grid, const MagneticField< DeviceType > &magnetic_field, ElectricField< DeviceType > &electric_field, Charges &charges, Plasma &plasma, const VelocityGrid &vgrid, const DomainDecomposition< DeviceType > &pol_decomp, Smoothing &smoothing, bool save_rhs) |
void | solve_for_fields (int istep, int ipc, Simulation< DeviceType > &sml, const Grid< DeviceType > &grid, const MagneticField< DeviceType > &magnetic_field, ElectricField< DeviceType > &electric_field, Charges &charges, Plasma &plasma, const VelocityGrid &vgrid, const DomainDecomposition< DeviceType > &pol_decomp, Smoothing &smoothing, bool save_rhs) |
void es_solve_algorithm | ( | int | ipc, |
const Simulation< DeviceType > & | sml, | ||
const Grid< DeviceType > & | grid, | ||
const MagneticField< DeviceType > & | magnetic_field, | ||
ElectricField< DeviceType > & | electric_field, | ||
Charges & | charges, | ||
Plasma & | plasma, | ||
const VelocityGrid & | vgrid, | ||
const DomainDecomposition< DeviceType > & | pol_decomp, | ||
Smoothing & | smoothing, | ||
bool | save_rhs | ||
) |
void mini_app_poisson_solver | ( | const Charges & | charges, |
ElectricField< DeviceType > & | electric_field | ||
) |
void solve_for_fields | ( | int | istep, |
int | ipc, | ||
Simulation< DeviceType > & | sml, | ||
const Grid< DeviceType > & | grid, | ||
const MagneticField< DeviceType > & | magnetic_field, | ||
ElectricField< DeviceType > & | electric_field, | ||
Charges & | charges, | ||
Plasma & | plasma, | ||
const VelocityGrid & | vgrid, | ||
const DomainDecomposition< DeviceType > & | pol_decomp, | ||
Smoothing & | smoothing, | ||
bool | save_rhs | ||
) |