FLASH4 complete API

Generated from /data/asci2/site/flashcode/secure/release_4p7/source/Particles/Particles_updateGridVar.F90 with ROBODoc v4.99.8 on Thu May 02 08:04:32 2024

TABLE OF CONTENTS


[Functions] source/Particles/Particles_updateGridVar

[top][index]

NAME

    Particles_updateGridVar

SYNOPSIS

    Particles_updateGridVar(integer(IN)    :: partProp,
                            integer(IN)    :: varGrid,
                            integer(IN),optional    :: mode)

DESCRIPTION

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

ARGUMENTS

               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