Searched refs:has_duplicates (Results 1 – 1 of 1) sorted by relevance
115 PetscBool has_duplicates; in PetscKDTreeVerifySortedIndices() local120 PetscCall(PetscSortedCheckDupsCount(range_size, temp, &has_duplicates)); in PetscKDTreeVerifySortedIndices()121 …PetscCheck(has_duplicates == PETSC_FALSE, PETSC_COMM_SELF, PETSC_ERR_PLIB, "Sorted indices must ha… in PetscKDTreeVerifySortedIndices()