aboutsummaryrefslogtreecommitdiff
path: root/Source/FieldSolver/SpectralSolver/SpectralSolver.H
diff options
context:
space:
mode:
Diffstat (limited to 'Source/FieldSolver/SpectralSolver/SpectralSolver.H')
-rw-r--r--Source/FieldSolver/SpectralSolver/SpectralSolver.H3
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/FieldSolver/SpectralSolver/SpectralSolver.H b/Source/FieldSolver/SpectralSolver/SpectralSolver.H
index b2a33c323..5c3036838 100644
--- a/Source/FieldSolver/SpectralSolver/SpectralSolver.H
+++ b/Source/FieldSolver/SpectralSolver/SpectralSolver.H
@@ -47,6 +47,7 @@ class SpectralSolver
* \param[in] norder_y spectral order along y
* \param[in] norder_z spectral order along z
* \param[in] nodal whether the spectral solver is applied to a nodal or staggered grid
+ * \param[in] fill_guards Update the guard cells (in addition to the valid cells) when pushing the fields in time
* \param[in] v_galilean three-dimensional vector containing the components of the Galilean
* velocity for the standard or averaged Galilean PSATD solvers
* \param[in] v_comoving three-dimensional vector containing the components of the comoving
@@ -123,6 +124,7 @@ class SpectralSolver
* by its derived classes (e.g. PsatdAlgorithm, GalileanAlgorithm), from
* objects of class SpectralSolver through the private unique pointer \c algorithm
*
+ * \param[in] lev The mesh refinement level
* \param[in,out] current three-dimensional array of unique pointers to MultiFab
* storing the three components of the current density
* \param[in] rho unique pointer to MultiFab storing the charge density
@@ -139,6 +141,7 @@ class SpectralSolver
* derived classes, from objects of class SpectralSolver through the private
* unique pointer \c algorithm.
*
+ * \param[in] lev The mesh refinement level
* \param[in,out] current Array of unique pointers to \c MultiFab storing
* the three components of the current density
*/