Searched refs:PetscSortInt64 (Results 1 – 6 of 6) sorted by relevance
| /petsc/src/sys/classes/random/tests/ |
| H A D | ex3.c | 85 PetscCall(PetscSortInt64(n, X)); in main() 87 PetscCall(PetscSortInt64(n - 1, X)); in main()
|
| /petsc/src/sys/objects/ |
| H A D | garbage.c | 144 PetscCall(PetscSortInt64(*entries, set)); in GarbageKeyAllReduceIntersect_Private()
|
| /petsc/src/sys/utils/ |
| H A D | sorti.c | 337 PetscErrorCode PetscSortInt64(PetscCount n, PetscInt64 X[]) in PetscSortInt64() function 343 QuickSort1(PetscSortInt64, X, n, pivot, t1); in PetscSortInt64()
|
| /petsc/doc/changes/ |
| H A D | 318.md | 122 - Add `PetscSortedInt64()`, `PetscSortInt64()` and `PetscSortCount()` for sorting and checking arra…
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexsfc.c | 1236 PetscCall(PetscSortInt64(local_verts, (PetscInt64 *)vert_z)); in DMPlexCreateBoxMesh_Tensor_SFC_Internal()
|
| /petsc/include/ |
| H A D | petscsys.h | 2387 PETSC_EXTERN PetscErrorCode PetscSortInt64(PetscCount, PetscInt64[]);
|