#include "petscvec.h" #include "petscis.h" PetscErrorCode ISLocalToGlobalMappingCreate(MPI_Comm cm,PetscInt n,const PetscInt indices[],PetscCopyMode mode,ISLocalToGlobalMapping *mapping)Not Collective, but communicator may have more than one process
comm | - MPI communicator | |
n | - the number of local elements | |
indices | - the global index for each local element | |
mode | - see PetscCopyMode |
Level:advanced
Location:src/vec/is/utils/isltog.c
Index of all IS routines
Table of Contents for all manual pages
Index of all manual pages