#include <Kokkos_Core.hpp>
#include "species.hpp"
#include "electric_field.hpp"
#include "pushe_diagnostics.hpp"
#include "heat_diagnostics.hpp"
#include "neutrals.hpp"
#include "sheath.hpp"
#include "charge.hpp"
Go to the source code of this file.
|
void | solve_for_fields (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 solve_for_fields |
( |
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 |
|
) |
| |