#include "petscvec.h" #include "petscis.h" PetscErrorCode ISLocalToGlobalMappingConcatenate(MPI_Comm comm,PetscInt n,const ISLocalToGlobalMapping ltogs[],ISLocalToGlobalMapping *ltogcat)Not Collective
comm | - communicator for the new mapping, must contain the communicator of every mapping to concatenate | |
n | - number of mappings to concatenate | |
ltogs | - local to global mappings |
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