Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions Src/Particle/AMReX_ParticleInterpolators.H
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ struct Base
*
* \param p the particle to interpolate
* \param arr the Array4 to interpolate to
* \param src_comp the particle component to start at
* \param dst_comp the mesh component to start at
* \param src_comp the particle component to start interpolating from
* \param dst_comp the mesh component to start writing to
* \param num_comps the number of components to interpolate
* \param f function for computing the particle quantity to interpolate
*
Expand Down Expand Up @@ -93,8 +93,8 @@ struct Base
*
* \param p the particle to interpolate
* \param arr the Array4 to interpolate to
* \param src_comp the particle component to start at
* \param dst_comp the mesh component to start at
* \param src_comp the mesh component to start interpolating from
* \param dst_comp the particle component to start writing to
* \param num_comps the number of components to interpolate
* \param f function for computing the particle quantity to interpolate
* \param g function that updates the particle given the mesh value
Expand Down
Loading