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

Go to the source code of this file.

Functions/Subroutines

subroutine Driver_driftBlock (src_file, src_line, blk, ptr, gds)
 

Function/Subroutine Documentation

◆ Driver_driftBlock()

subroutine Driver_driftBlock ( character(len=*), intent(in)  src_file,
integer, intent(in)  src_line,
integer, intent(in)  blk,
real, dimension(:,:,:,:), intent(in)  ptr,
integer, intent(in)  gds 
)

Register the content hash of the provided block data, if it is different from the last time this block was hashed then log it to file.

src_file: source file location to log in case of changed hash src_line: source line location to log in case of changed hash blk: processor local block number ptr: block data to hash, all values will be hashed so this should not include guard cells gds: grid data struct type of data

Definition at line 28 of file Driver_driftBlock.F90.