61 use Grid_tile,
ONLY : Grid_tile_t
64 type(Grid_tile_t),
intent(IN) :: blockDesc
65 real,dimension(MDIM),
intent(IN) :: pos
66 integer,dimension(MDIM),
intent(IN) :: neghDir
67 integer,
intent(OUT) :: ansBlockID, ansProcID
71 ansBlockID
=NONEXISTENT
subroutine Grid_getBlkNeighBlkIDFromPos(blockDesc, pos, neghDir, ansBlockID, ansProcID)