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

Go to the source code of this file.

Functions/Subroutines

subroutine Grid_GCTransferOneBlk (mode, gridDataStruct, blkIndex, blkData)
 

Function/Subroutine Documentation

◆ Grid_GCTransferOneBlk()

subroutine Grid_GCTransferOneBlk ( logical  mode,
integer  gridDataStruct,
integer  blkIndex,
real  blkData 
)

This routine can transfers data from a flat array (used for storing saved guard cell values) to a block array (which will have a full block structure but invalid interior values; valid values only in the guard cells specified at the time of their storage), or it can extract data from the mesh arrays one at a time and store it in the flat array. Normally users are advised to use the Grid_GCputScratch interface for transferring the data to the flat array, and use the current interface for fetching the data from the flat array.

mode : indicates the direction of data tranfer. For mode=.true. the data is transferred from blkData to a flat array allocated by a call to gr_GCAllocScratch For mode=.false. the data is transferred to blkData from the saved flat array gridDataStruct : integer value specifying data structure. The options are defined in constants.h, the ones relevant to this routine are : CENTER cell centered variables (default) FACEX face centered variable on faces along IAXIS FACEY face centered variable on faces along JAXIS FACEZ face centered variable on faces along IAXIS made blkIndex : index into the list of block, from where blkID can be retrieved for the target block blkData : pointer to a real four dimensional array. If

NOTES variables that start with "gr_" are variables of Grid unit scope and are stored in the fortran module Grid_data. Variables are not starting with gr_ are local variables or arguments passed to the routine.

SEE ALSO Grid_GCPutScratch

Definition at line 57 of file Grid_GCTransferOneBlk.F90.