FLASH-X
Doxygen Generated Documentation From Interface Source Code
|
Go to the source code of this file.
Functions/Subroutines | |
subroutine | Grid_receiveInputData (localNumBlocks, alnblocks, xx) |
subroutine Grid_receiveInputData | ( | integer | localNumBlocks, |
integer | alnblocks, | ||
integer | xx | ||
) |
Initializes grid arrays from arrays read by the I/O unit.
localNumBlocks : the number of blocks on my processor.
alnblocks : the approximate number of local blocks on each processor if we give each processor an equal number of blocks. Calculated from int(globalNumBlocks/meshNumProcs) + 1.
xx : an integer representing a cutoff point. Processors less than this value are assigned alnblocks blocks and processors greater than or equal to this value are assigned lnblocks-1 blocks.
Definition at line 34 of file Grid_receiveInputData.F90.