Home
last modified time | relevance | path

Searched refs:PetscSortInt64 (Results 1 – 6 of 6) sorted by relevance

/petsc/src/sys/classes/random/tests/
H A Dex3.c85 PetscCall(PetscSortInt64(n, X)); in main()
87 PetscCall(PetscSortInt64(n - 1, X)); in main()
/petsc/src/sys/objects/
H A Dgarbage.c144 PetscCall(PetscSortInt64(*entries, set)); in GarbageKeyAllReduceIntersect_Private()
/petsc/src/sys/utils/
H A Dsorti.c337 PetscErrorCode PetscSortInt64(PetscCount n, PetscInt64 X[]) in PetscSortInt64() function
343 QuickSort1(PetscSortInt64, X, n, pivot, t1); in PetscSortInt64()
/petsc/doc/changes/
H A D318.md122 - Add `PetscSortedInt64()`, `PetscSortInt64()` and `PetscSortCount()` for sorting and checking arra…
/petsc/src/dm/impls/plex/
H A Dplexsfc.c1236 PetscCall(PetscSortInt64(local_verts, (PetscInt64 *)vert_z)); in DMPlexCreateBoxMesh_Tensor_SFC_Internal()
/petsc/include/
H A Dpetscsys.h2387 PETSC_EXTERN PetscErrorCode PetscSortInt64(PetscCount, PetscInt64[]);