#include <PsatdAlgorithmRZ.H>
|
| | PsatdAlgorithmRZ (SpectralKSpaceRZ const &spectral_kspace, amrex::DistributionMapping const &dm, const SpectralFieldIndex &spectral_index, int n_rz_azimuthal_modes, int norder_z, ablastr::utils::enums::GridType grid_type, amrex::Real dt_step, bool update_with_rho, bool time_averaging, TimeDependencyJ time_dependency_J, TimeDependencyRho time_dependency_rho, bool dive_cleaning, bool divb_cleaning) |
| |
| void | pushSpectralFields (SpectralFieldDataRZ &f) final |
| |
| void | InitializeSpectralCoefficients (SpectralFieldDataRZ const &f) |
| |
| void | CurrentCorrection (SpectralFieldDataRZ &field_data) final |
| | Virtual function for current correction in Fourier space (Vay et al, 2013). This function overrides the virtual function CurrentCorrection in the base class SpectralBaseAlgorithmRZ and cannot be overridden by further derived classes.
|
| |
| void | VayDeposition (SpectralFieldDataRZ &field_data) final |
| | Virtual function for Vay current deposition in Fourier space (Vay et al, 2013). This function overrides the virtual function VayDeposition in the base class SpectralBaseAlgorithmRZ and cannot be overridden by further derived classes.
|
| |
| virtual | ~SpectralBaseAlgorithmRZ ()=default |
| |
| | SpectralBaseAlgorithmRZ (SpectralBaseAlgorithmRZ const &)=default |
| | Default Copy constructor.
|
| |
| SpectralBaseAlgorithmRZ & | operator= (SpectralBaseAlgorithmRZ const &)=default |
| | Default Copy operator.
|
| |
| | SpectralBaseAlgorithmRZ (SpectralBaseAlgorithmRZ &&)=default |
| | Default Move constructor.
|
| |
| SpectralBaseAlgorithmRZ & | operator= (SpectralBaseAlgorithmRZ &&)=default |
| | Default Move operator.
|
| |
| void | ComputeSpectralDivE (int lev, SpectralFieldDataRZ &field_data, ablastr::fields::VectorField const &Efield, amrex::MultiFab &divE) |
| | Compute spectral divergence of E.
|
| |
◆ PsatdAlgorithmRZ()
| PsatdAlgorithmRZ::PsatdAlgorithmRZ |
( |
SpectralKSpaceRZ const & | spectral_kspace, |
|
|
amrex::DistributionMapping const & | dm, |
|
|
const SpectralFieldIndex & | spectral_index, |
|
|
int | n_rz_azimuthal_modes, |
|
|
int | norder_z, |
|
|
ablastr::utils::enums::GridType | grid_type, |
|
|
amrex::Real | dt_step, |
|
|
bool | update_with_rho, |
|
|
bool | time_averaging, |
|
|
TimeDependencyJ | time_dependency_J, |
|
|
TimeDependencyRho | time_dependency_rho, |
|
|
bool | dive_cleaning, |
|
|
bool | divb_cleaning ) |
◆ CurrentCorrection()
Virtual function for current correction in Fourier space (Vay et al, 2013). This function overrides the virtual function CurrentCorrection in the base class SpectralBaseAlgorithmRZ and cannot be overridden by further derived classes.
- Parameters
-
| [in,out] | field_data | All fields in Fourier space |
Implements SpectralBaseAlgorithmRZ.
◆ InitializeSpectralCoefficients()
◆ pushSpectralFields()
◆ VayDeposition()
Virtual function for Vay current deposition in Fourier space (Vay et al, 2013). This function overrides the virtual function VayDeposition in the base class SpectralBaseAlgorithmRZ and cannot be overridden by further derived classes.
- Parameters
-
| [in,out] | field_data | All fields in Fourier space |
Implements SpectralBaseAlgorithmRZ.
◆ C_coef
◆ coefficients_initialized
| bool PsatdAlgorithmRZ::coefficients_initialized = false |
|
private |
◆ m_divb_cleaning
| bool PsatdAlgorithmRZ::m_divb_cleaning |
|
private |
◆ m_dive_cleaning
| bool PsatdAlgorithmRZ::m_dive_cleaning |
|
private |
◆ m_dt
| amrex::Real PsatdAlgorithmRZ::m_dt |
|
private |
◆ m_time_averaging
| bool PsatdAlgorithmRZ::m_time_averaging |
|
private |
◆ m_time_dependency_J
◆ m_update_with_rho
| bool PsatdAlgorithmRZ::m_update_with_rho |
|
private |
◆ S_ck_coef
◆ X1_coef
◆ X2_coef
◆ X3_coef
◆ X5_coef
◆ X6_coef
The documentation for this class was generated from the following files:
- /home/docs/checkouts/readthedocs.org/user_builds/warpx/checkouts/6102/Source/FieldSolver/SpectralSolver/SpectralAlgorithms/PsatdAlgorithmRZ.H
- /home/docs/checkouts/readthedocs.org/user_builds/warpx/checkouts/6102/Source/FieldSolver/SpectralSolver/SpectralAlgorithms/PsatdAlgorithmRZ.cpp