ISLocalToGlobalMappingRestoreBlockInfo#
Frees the memory allocated by ISLocalToGlobalMappingGetBlockInfo()
Synopsis#
#include "petscis.h"
PetscErrorCode ISLocalToGlobalMappingRestoreBlockInfo(ISLocalToGlobalMapping mapping, PetscInt *nproc, PetscInt *procs[], PetscInt *numprocs[], PetscInt **indices[])
Collective
Input Parameter#
mapping - the mapping from local to global indexing
Output Parameters#
nproc - number of processors that are connected to this one
proc - neighboring processors
numproc - number of indices for each processor
indices - indices of local nodes shared with neighbor (sorted by global numbering)
See Also#
Low-level Vector Communication, ISLocalToGlobalMappingDestroy()
, ISLocalToGlobalMappingCreateIS()
, ISLocalToGlobalMappingCreate()
,
ISLocalToGlobalMappingGetInfo()
Level#
advanced
Location#
Index of all IS routines
Table of Contents for all manual pages
Index of all manual pages