Skip to content

Commit d8df8f6

Browse files
authored
Fix doc for doChargeConservingDepositionShapeNImplicit (#4658)
1 parent bcc67e1 commit d8df8f6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Source/Particles/Deposition/CurrentDeposition.H

+3-1
Original file line numberDiff line numberDiff line change
@@ -1142,9 +1142,11 @@ void doEsirkepovDepositionShapeN (const GetParticlePosition<PIdx>& GetPosition,
11421142
* particles positions are determined and in how the particle gamma is calculated.
11431143
*
11441144
* \tparam depos_order deposition order
1145+
* \param xp_n,yp_n,zp_n Pointer to arrays of particle position at time level n.
11451146
* \param GetPosition A functor for returning the particle position.
11461147
* \param wp Pointer to array of particle weights.
1147-
* \param uxp,uyp,uzp Pointer to arrays of particle momentum.
1148+
* \param uxp_n,uyp_n,uzp_n Pointer to arrays of particle momentum at time level n.
1149+
* \param uxp_nph,uyp_nph,uzp_nph Pointer to arrays of particle momentum at time level n + 1/2.
11481150
* \param ion_lev Pointer to array of particle ionization level. This is
11491151
required to have the charge of each macroparticle
11501152
since q is a scalar. For non-ionizable species,

0 commit comments

Comments
 (0)