#include "petscis.h" PetscErrorCode ISLocalToGlobalMappingRestoreInfo(ISLocalToGlobalMapping mapping,PetscInt *nproc,PetscInt *procs[],PetscInt *numprocs[],PetscInt **indices[])Collective on ISLocalToGlobalMapping
mapping | - the mapping from local to global indexing |
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) |