FLASH-X
Doxygen Generated Documentation From Interface Source Code
Functions/Subroutines
Particles_updateGridVar.F90 File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine Particles_updateGridVar (partProp, varGrid, mode)
 

Function/Subroutine Documentation

◆ Particles_updateGridVar()

subroutine Particles_updateGridVar ( integer  partProp,
integer  varGrid,
integer, optional  mode 
)

Updates the given grid variable with data from the given particle property.

partProp: Index of particle attribute to interpolate onto the mesh varGrid: Index of gridded variable to receive interpolated quantity mode: (Optional) If zero (default), zero varGrid first; if present and nonzero, do not zero varGrid first but add data from particles to existing grid data.

PARAMETERS

Definition at line 32 of file Particles_updateGridVar.F90.