FLASH4.6.2 API

Generated from /data/asci2/site/flashcode/secure/release_4p6/source/Grid/Grid_sendOutputData.F90 with ROBODoc v4.99.8 on Thu May 02 07:54:08 2024

TABLE OF CONTENTS


[Functions] source/Grid/Grid_sendOutputData

[top][index]

NAME

  Grid_sendOutputData

SYNOPSIS

  call Grid_sendOutputData()

DESCRIPTION

  This routine allows the Grid unit to checkpoint any scalar data
  stored in the Grid_data Fortran modules and is called by the
  routine IO_updateScalars before checkpointing.  To send data to
  the IO unit this routine calls IO_setScalar.  In addition this
  routine may prepare any other data the IO unit needs for
  checkpointing which the Grid unit owns.

  For example, the Grid unit owns the variable which defines the
  grid geometry gr_geometry. This value needs to be checkpointed so
  that visualization tools can determine if the simulation ran with
  cartesian, spherical, cylindrical etc. coordinates.  To send
  scalar data such as gr_geometry to the IO unit to be checkpointed,
  the routine calls IO_setScalar("geometry", gr_geometry)

ARGUMENTS


SEE ALSO

   IO_setScalar, IO_updateScalars