#include "petscsys.h" PetscErrorCode PetscMergeIntArray(PetscInt an,const PetscInt aI[], PetscInt bn, const PetscInt bI[], PetscInt *n, PetscInt **L)Not Collective
an | - number of values in the first array | |
aI | - first sorted array of integers | |
bn | - number of values in the second array | |
bI | - second array of integers |
n | - number of values in the merged array | |
L | - merged sorted array, this is allocated if an array is not provided |