XGC1
Functions
solve_algorithm.cpp File Reference
#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"
Include dependency graph for solve_algorithm.cpp:

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)
 

Function Documentation

◆ mini_app_poisson_solver()

void mini_app_poisson_solver ( const Charges charges,
ElectricField< DeviceType > &  electric_field 
)
Here is the caller graph for this function:

◆ print_Ah_As_ratio()

Here is the caller graph for this function:

◆ pullback()

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 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ transfer_A()

Here is the call graph for this function:
Here is the caller graph for this function: