petsc-3.7.1 2016-05-15
Report Typos and Errors

PetscSortIntWithScalarArray

Sorts an array of integers in place in increasing order; changes a second SCALAR array to match the sorted first INTEGER array.

Synopsis

#include "petscsys.h"  
PetscErrorCode  PetscSortIntWithScalarArray(PetscInt n,PetscInt i[],PetscScalar Ii[])
Not Collective Many br

Input Parameters

n - number of values Many br
i - array of integers Many br
I - second array of scalars Many br

Many br

See Also

PetscSortReal(), PetscSortIntPermutation(), PetscSortInt(), PetscSortIntWithArray()

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