Home
last modified time | relevance | path

Searched refs:PetscSortedInt64 (Results 1 – 5 of 5) sorted by relevance

/petsc/src/sys/objects/
H A Dgarbage.c101 PetscCall(PetscSortedInt64(*lena, seta, &sorted)); in GarbageKeySortedIntersect_Private()
103 PetscCall(PetscSortedInt64(lenb, setb, &sorted)); in GarbageKeySortedIntersect_Private()
/petsc/doc/changes/
H A D318.md122 - Add `PetscSortedInt64()`, `PetscSortInt64()` and `PetscSortCount()` for sorting and checking arra…
/petsc/src/sys/utils/
H A Dsorti.c283 PetscErrorCode PetscSortedInt64(PetscCount n, const PetscInt64 X[], PetscBool *sorted) in PetscSortedInt64() function
/petsc/src/dm/impls/plex/
H A Dplexsfc.c249 PetscCall(PetscSortedInt64(inum_faces, (const PetscInt64 *)donor_minz, &sorted)); in DMPlexCreateBoxMesh_Tensor_SFC_Periodicity_Private()
/petsc/include/
H A Dpetscsys.h2383 PETSC_EXTERN PetscErrorCode PetscSortedInt64(PetscCount, const PetscInt64[], PetscBool *);