|
void | subtract_As_vac (double *rhs2) |
|
int | solverA_use_this_rank_int (int CV_int) |
|
void | cce_send_receive_ah () |
|
void | save_Ah () |
|
void | ptb_3db_damping_factor_em_wrap () |
|
void | apply_radial_hyperviscosity (double *input, double *output) |
|
rtype * | get_psn_AbdH_2_iseg_loc () |
|
int | get_psn_AbdH_2_nseg () |
|
rtype * | get_psn_jbdH_2_iseg_loc () |
|
int | get_psn_jbdH_2_nseg () |
|
int | get_ptb_3db_mstep_es_em () |
|
double * | get_psn_jpar0_loc () |
|
void | save_rhs_ampere (const Simulation< DeviceType > &sml, const MagneticField< DeviceType > &magnetic_field, const Grid< DeviceType > &grid, const DomainDecomposition< DeviceType > &pol_decomp, Plasma &plasma, ElectricField< DeviceType > &electric_field, const View< double *, CLayout, HostType > &rhs, int ipc) |
|
View< double *, CLayout, HostType > | get_bootstrap_current (const Grid< DeviceType > &grid, Plasma &plasma, const Charges &charges, bool use_ion_current) |
|
View< double *, CLayout, HostType > | get_rhs_ampere (const Simulation< DeviceType > &sml, const Grid< DeviceType > &grid, Plasma &plasma, const Charges &charges, bool is_cv_solve) |
|
View< double *, CLayout, HostType > | get_rhs2_ampere (const Simulation< DeviceType > &sml, const View< double *, CLayout, HostType > &Ah, const View< double *, CLayout, HostType > &As, bool is_cv_solve) |
|
void | post_process_ampere (const Simulation< DeviceType > &sml, const MagneticField< DeviceType > &magnetic_field, const Grid< DeviceType > &grid, const DomainDecomposition< DeviceType > &pol_decomp, Smoothing &smoothing, const GridField< HostType, VarType::Scalar, PhiInterpType::None, TorType::MultiplePlanes, KinType::DriftKin > &Ah, int ipc, bool is_cv_solve) |
|
void | solve_ampere (const Simulation< DeviceType > &sml, const MagneticField< DeviceType > &magnetic_field, const Grid< DeviceType > &grid, const DomainDecomposition< DeviceType > &pol_decomp, Plasma &plasma, const Charges &charges, Smoothing &smoothing, int ipc, bool is_cv_solve, ElectricField< DeviceType > &electric_field, bool save_rhs) |
|