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

PetscFindInt

Finds integer in a sorted array of integers

Synopsis

#include "petscsys.h"  
PetscErrorCode PetscFindInt(PetscInt key, PetscInt n, const PetscInt ii[], PetscInt *loc)
Not Collective Many br

Input Parameters

key - the integer to locate Many br
n - number of values in the array Many br
ii - array of integers Many br

Output Parameter

loc -the location if found, otherwise -(slot+1) where slot is the place the value would go Many br

Many br

See Also

PetscSortInt(), PetscSortIntWithArray(), PetscSortRemoveDupsInt()

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