diff options
Diffstat (limited to 'Source/Parallelization/GuardCellManager.H')
-rw-r--r-- | Source/Parallelization/GuardCellManager.H | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/Source/Parallelization/GuardCellManager.H b/Source/Parallelization/GuardCellManager.H index 79e4f2d8e..182b4aa80 100644 --- a/Source/Parallelization/GuardCellManager.H +++ b/Source/Parallelization/GuardCellManager.H @@ -24,11 +24,12 @@ public: /** * \brief Initialize number of guard cells depending on the options used. * + * \param dt time step + * \param dx cell spacing * \param do_subcycling bool, whether to use subcycling * \param do_fdtd_nci_corr bool, whether to use Godfrey NCI corrector * \param do_nodal bool, whether the field solver is nodal * \param do_moving_window bool, whether to use moving window - * \param aux_is_nodal bool, true if the aux grid is nodal * \param moving_window_dir direction of moving window * \param nox order of current deposition * \param nox_fft order of PSATD in x direction @@ -37,6 +38,13 @@ public: * \param nci_corr_stencil stencil of NCI corrector * \param maxwell_solver_id if of Maxwell solver * \param max_level max level of the simulation + * \param v_galilean Velocity used in the Galilean PSATD scheme + * \param v_comoving Velocity used in the comoving PSATD scheme + * \param safe_guard_cells Run in safe mode, exchanging more guard cells, and more often in the PIC loop (for debugging). + * \param do_electrostatic Whether to run in electrostatic mode i.e. solving the Poisson equation instead of the Maxwell equations. + * \param do_multi_J Whether to use the multi-J PSATD scheme + * \param fft_do_time_averaging Whether to average the E and B field in time (with PSATD) before interpolating them onto the macro-particles + * \param ref_ratios mesh refinement ratios between mesh-refinement levels */ void Init( const amrex::Real dt, |