DragonFly On-Line Manual Pages

Search: Section:  


BSloc2glob(3)                    BlockSolve95                    BSloc2glob(3)

NAME

BSloc2glob - Map local row numbers to global row numbers

INPUT PARAMETERS

length - the number of row numbers to map req_array - the row numbers to map procinfo - the usual processor information map - the map to use

OUTPUT PARAMETERS

ans_array - on exit, the corresponding global row numbers

RETURNS

void

NOTES

Only valid for local row numbers that reside on the calling processor

SYNOPSIS

void BSloc2glob(int length,int *req_array,int *ans_array, BSprocinfo *procinfo, BSmapping *map)

LOCATION

BlockSolve95/src/BSmap.c 1/11/1996 BSloc2glob(3)

Search: Section: