Searched refs:PetscSortedInt64 (Results 1 – 5 of 5) sorted by relevance
| /petsc/src/sys/objects/ |
| H A D | garbage.c | 101 PetscCall(PetscSortedInt64(*lena, seta, &sorted)); in GarbageKeySortedIntersect_Private() 103 PetscCall(PetscSortedInt64(lenb, setb, &sorted)); in GarbageKeySortedIntersect_Private()
|
| /petsc/doc/changes/ |
| H A D | 318.md | 122 - Add `PetscSortedInt64()`, `PetscSortInt64()` and `PetscSortCount()` for sorting and checking arra…
|
| /petsc/src/sys/utils/ |
| H A D | sorti.c | 283 PetscErrorCode PetscSortedInt64(PetscCount n, const PetscInt64 X[], PetscBool *sorted) in PetscSortedInt64() function
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexsfc.c | 249 PetscCall(PetscSortedInt64(inum_faces, (const PetscInt64 *)donor_minz, &sorted)); in DMPlexCreateBoxMesh_Tensor_SFC_Periodicity_Private()
|
| /petsc/include/ |
| H A D | petscsys.h | 2383 PETSC_EXTERN PetscErrorCode PetscSortedInt64(PetscCount, const PetscInt64[], PetscBool *);
|