PetscSortRealWithArrayInt#
Sorts an array of PetscReal in place in increasing order; changes a second PetscInt array to match the sorted first array.
Synopsis#
#include "petscsys.h"  
PetscErrorCode PetscSortRealWithArrayInt(PetscCount n, PetscReal r[], PetscInt Ii[])
Not Collective
Input Parameters#
- n - number of values 
- Ii - array of integers 
- r - second array of integers 
See Also#
Level#
intermediate
Location#
Index of all Sys routines
Table of Contents for all manual pages
Index of all manual pages