Searched refs:PetscTimSort (Results 1 – 7 of 7) sorted by relevance
| /petsc/src/sys/utils/ftn-custom/ |
| H A D | zsortsof.c | 28 *ierr = PetscTimSort(*n, arr, *size, cmp_via_fortran, &fc); in petsctimsort_()
|
| /petsc/src/sys/tests/ |
| H A D | ex49f.F90 | 63 PetscCallA(PetscTimSort(N, x1, sizeofentry, CompareIntegers, ctx, ierr))
|
| /petsc/doc/changes/ |
| H A D | 314.md | 308 - Add PetscTimSort\[WithArray\]() for improved performance when 313 PetscTimSort\[WithArray\]() as backends respectively to more
|
| /petsc/src/sys/utils/ |
| H A D | sortso.c | 966 PetscErrorCode PetscTimSort(PetscInt n, void *arr, size_t size, int (*cmp)(const void *, const void… in PetscTimSort() function 1171 PetscCall(PetscTimSort(n, arr, sizeof(PetscInt), Compare_PetscInt_Private, NULL)); in PetscIntSortSemiOrdered() 1242 PetscCall(PetscTimSort(n, arr, sizeof(PetscMPIInt), Compare_PetscMPIInt_Private, NULL)); in PetscMPIIntSortSemiOrdered() 1313 PetscCall(PetscTimSort(n, arr, sizeof(PetscReal), Compare_PetscReal_Private, NULL)); in PetscRealSortSemiOrdered()
|
| /petsc/src/vec/is/utils/ |
| H A D | kdtree.c | 277 …PetscCall(PetscTimSort((PetscInt)num_coords, &sorted_indices[num_coords * j], sizeof(*sorted_indic… in PetscKDTreeCreate()
|
| /petsc/include/ |
| H A D | petscsys.h | 2424 PETSC_EXTERN PetscErrorCode PetscTimSort(PetscInt, void *, size_t, int (*)(const void *, const void…
|
| /petsc/src/dm/dt/interface/ |
| H A D | dtweakform.c | 97 PetscCall(PetscTimSort(n, arr, sizeof(PetscFormKey), Compare_PetscFormKey_Private, NULL)); in PetscFormKeySort()
|