#include <Kokkos_Core.hpp>
#include "timer_macro.hpp"
#include "species.hpp"
#include "electric_field.hpp"
#include "pushe_diagnostics.hpp"
#include "heat_diagnostics.hpp"
#include "neutrals.hpp"
#include "sheath.hpp"
#include "scatter.hpp"
#include "pullback_weight.hpp"
#include "gather_field_info.hpp"
#include "get_potential_grad.hpp"
#include "sheath_adjust.hpp"
#include "em_solve_algorithm.hpp"
Functions | |
void | update_solvers_c () |
void | adiabatic_poisson (int ipc) |
void | electron_n0_totalf (int ipc, Simulation< DeviceType > &sml, const Grid< DeviceType > &grid, const MagneticField< DeviceType > &magnetic_field, ElectricField< DeviceType > &electric_field, const PerturbedBField< DeviceType > &perturbed_B_field, const Charge< DeviceType > &charge, Plasma &plasma, const VelocityGrid &vgrid, const DomainDecomposition< DeviceType > &pol_decomp) |
void | em_solve_algorithm (int istep, int ipc, bool pre_f0_call, Simulation< DeviceType > &sml, const Grid< DeviceType > &grid, const MagneticField< DeviceType > &magnetic_field, ElectricField< DeviceType > &electric_field, const PerturbedBField< DeviceType > &perturbed_B_field, const Charge< DeviceType > &charge, Plasma &plasma, const VelocityGrid &vgrid, const DomainDecomposition< DeviceType > &pol_decomp) |
void adiabatic_poisson | ( | int | ipc | ) |
void electron_n0_totalf | ( | int | ipc, |
Simulation< DeviceType > & | sml, | ||
const Grid< DeviceType > & | grid, | ||
const MagneticField< DeviceType > & | magnetic_field, | ||
ElectricField< DeviceType > & | electric_field, | ||
const PerturbedBField< DeviceType > & | perturbed_B_field, | ||
const Charge< DeviceType > & | charge, | ||
Plasma & | plasma, | ||
const VelocityGrid & | vgrid, | ||
const DomainDecomposition< DeviceType > & | pol_decomp | ||
) |
void em_solve_algorithm | ( | int | istep, |
int | ipc, | ||
bool | pre_f0_call, | ||
Simulation< DeviceType > & | sml, | ||
const Grid< DeviceType > & | grid, | ||
const MagneticField< DeviceType > & | magnetic_field, | ||
ElectricField< DeviceType > & | electric_field, | ||
const PerturbedBField< DeviceType > & | perturbed_B_field, | ||
const Charge< DeviceType > & | charge, | ||
Plasma & | plasma, | ||
const VelocityGrid & | vgrid, | ||
const DomainDecomposition< DeviceType > & | pol_decomp | ||
) |
void update_solvers_c | ( | ) |