XGC1
|
#include <Kokkos_Core.hpp>
#include "timer_macro.hpp"
#include "species.hpp"
#include "electric_field.hpp"
#include "scatter.hpp"
#include "pullback_weight.hpp"
#include "sheath_adjust.hpp"
#include "solvers.hpp"
#include "my_subview.hpp"
Functions | |
void | mini_app_poisson_solver (const Charges &charges, ElectricField< DeviceType > &electric_field) |
void | print_Ah_As_ratio (const GridField< HostType, VarType::Scalar, PhiInterpType::None, TorType::MultiplePlanes, KinType::DriftKin > &Ah, const GridField< HostType, VarType::Scalar, PhiInterpType::None, TorType::MultiplePlanes, KinType::DriftKin > &As) |
void | transfer_A (const GridField< HostType, VarType::Scalar, PhiInterpType::None, TorType::MultiplePlanes, KinType::DriftKin > &A_dest, const GridField< HostType, VarType::Scalar, PhiInterpType::None, TorType::MultiplePlanes, KinType::DriftKin > &A_src) |
void | pullback (Simulation< DeviceType > &sml, const Grid< DeviceType > &grid, const MagneticField< DeviceType > &magnetic_field, ElectricField< DeviceType > &electric_field, Plasma &plasma, const DomainDecomposition< DeviceType > &pol_decomp, Smoothing &smoothing) |
void mini_app_poisson_solver | ( | const Charges & | charges, |
ElectricField< DeviceType > & | electric_field | ||
) |
void print_Ah_As_ratio | ( | const GridField< HostType, VarType::Scalar, PhiInterpType::None, TorType::MultiplePlanes, KinType::DriftKin > & | Ah, |
const GridField< HostType, VarType::Scalar, PhiInterpType::None, TorType::MultiplePlanes, KinType::DriftKin > & | As | ||
) |
void pullback | ( | Simulation< DeviceType > & | sml, |
const Grid< DeviceType > & | grid, | ||
const MagneticField< DeviceType > & | magnetic_field, | ||
ElectricField< DeviceType > & | electric_field, | ||
Plasma & | plasma, | ||
const DomainDecomposition< DeviceType > & | pol_decomp, | ||
Smoothing & | smoothing | ||
) |
void transfer_A | ( | const GridField< HostType, VarType::Scalar, PhiInterpType::None, TorType::MultiplePlanes, KinType::DriftKin > & | A_dest, |
const GridField< HostType, VarType::Scalar, PhiInterpType::None, TorType::MultiplePlanes, KinType::DriftKin > & | A_src | ||
) |