XGCa
|
#include "grid.hpp"
#include "domain_decomposition.hpp"
#include "grid_field.hpp"
#include "field_following_coordinates.hpp"
#include "smoothing.hpp"
#include "sml.hpp"
#include "electric_field.hpp"
#include "plasma.hpp"
#include "perturbed_B_field.hpp"
#include "solver_settings.hpp"
Go to the source code of this file.
Functions | |
void | solve_poisson_turb (const Simulation< DeviceType > &sml, const MagneticField< DeviceType > &magnetic_field, const Grid< DeviceType > &grid, const DomainDecomposition< DeviceType > &pol_decomp, Smoothing &smoothing, Plasma &plasma, int ipc, SolverSetting solver_setting, const ElectricField< DeviceType > &electric_field, bool save_rhs) |
void solve_poisson_turb | ( | const Simulation< DeviceType > & | sml, |
const MagneticField< DeviceType > & | magnetic_field, | ||
const Grid< DeviceType > & | grid, | ||
const DomainDecomposition< DeviceType > & | pol_decomp, | ||
Smoothing & | smoothing, | ||
Plasma & | plasma, | ||
int | ipc, | ||
SolverSetting | solver_setting, | ||
const ElectricField< DeviceType > & | electric_field, | ||
bool | save_rhs | ||
) |