PetscSortIntWithMPIIntArray#
Sorts an array of PetscInt
in place in increasing order; changes a second array of PetscMPI
to match the sorted first array.
Synopsis#
#include "petscsys.h"
PetscErrorCode PetscSortIntWithMPIIntArray(PetscCount n, PetscInt X[], PetscMPIInt Y[])
Not Collective
Input Parameters#
n - number of values
X - array of integers
Y - second array of
PetscMPIInt
(signed integers)
See Also#
PetscIntSortSemiOrderedWithArray()
, PetscSortReal()
, PetscSortIntPermutation()
, PetscSortInt()
, PetscSortIntWithArray()
Level#
intermediate
Location#
Index of all Sys routines
Table of Contents for all manual pages
Index of all manual pages