#include <Kokkos_Core.hpp>
#include "species.hpp"
#include "electric_field.hpp"
#include "charge.hpp"
Go to the source code of this file.
|
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 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 |
|
) |
| |