#include "petscsys.h" PetscErrorCode PetscSortIntWithDataArray(PetscInt n,PetscInt i[],void *Ii,size_t size,void *work)Not Collective Many br
n | - number of values Many br | |
i | - array of integers Many br | |
Ii | - second array of data Many br | |
size | - sizeof elements in the data array in bytes Many br | |
work | - workspace of "size" bytes used when sorting Many br |
Many br
Level:intermediate
Location:src/sys/utils/sorti.c
Index of all Sys routines
Table of Contents for all manual pages
Index of all manual pages