![]() |
FLASH-X
Doxygen Generated Documentation From Interface Source Code
|
Go to the source code of this file.
Functions/Subroutines | |
| subroutine | Grid_getNeighProcList (includeMyProc, neighProcList, numNeigh) |
| subroutine Grid_getNeighProcList | ( | logical | includeMyProc, |
| integer | neighProcList, | ||
| integer | numNeigh | ||
| ) |
Creates a pointer array containing the neighboring processor IDs of all LEAF blocks on this processor.
includeMyProc - Whether the array should include my processor ID.
neighProcList - The processor IDs of all neighboring LEAF blocks.
numNeigh - The number of entries in neighProcList.
NOTES
Currently only implemented for Paramesh4 Grid implementations.
It is the users resposibility to 1. deallocate neighProcList 2. obtain a new neighProcList when the mesh changes
Definition at line 39 of file Grid_getNeighProcList.F90.