PetscSortedCheckDupsCount#

Checks if a sorted PetscCount array has duplicates

Synopsis#

#include "petscsys.h"  
PetscErrorCode PetscSortedCheckDupsCount(PetscCount n, const PetscCount X[], PetscBool *flg)

Not Collective

Input Parameters#

  • n - number of values

  • X - sorted array of PetscCount

Output Parameter#

  • flg - True if the array has duplications, otherwise false

See Also#

PetscCount, PetscSortCount(), PetscSortedCheckDupsInt()

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