Next:
GLOBAL_TO_LOCAL(ARRAYG_INDEX, L_INDEX, Up: HPF Local Routine Previous: PHYSICAL_TO_ABSTRACT(ARRAYPROC, INDEX)


LOCAL_TO_GLOBAL(ARRAY, L_INDEX, G_INDEX)

Description. Converts a set of local coordinates within a local dummy array to an equivalent set of global coordinates within the associated global HPF actual argument array.
Class. Subroutine.
Arguments.

ARRAY may be of any type; it must be a dummy array that is associated with a global HPF array actual argument. It is an INTENT(IN) argument.

L_INDEX must be a rank-1 integer array whose size is equal to the rank of ARRAY. It is an INTENT(IN) argument. It contains the coordinates of an element within the local dummy array ARRAY.

G_INDEX must be a rank-1 integer array whose size is equal to the rank of ARRAY. It is an INTENT(OUT) argument. It receives the coordinates within the global HPF array actual argument of the element identified within the local array by L_INDEX.

paula@erc.msstate.edu
Thu Jul 21 17:05:43 CDT 1994