Searched refs:PetscSortIntWithIntCountArrayPair (Results 1 – 5 of 5) sorted by relevance
| /petsc/src/sys/utils/ |
| H A D | sorti.c | 793 PetscErrorCode PetscSortIntWithIntCountArrayPair(PetscCount n, PetscInt X[], PetscInt Y[], PetscCou… in PetscSortIntWithIntCountArrayPair() function 799 QuickSort3(PetscSortIntWithIntCountArrayPair, X, Y, Z, n, pivot, t1, t2, t3); in PetscSortIntWithIntCountArrayPair()
|
| /petsc/doc/changes/ |
| H A D | 317.md | 59 - Add `PetscCountCast`, `PetscSortIntWithCountArray()`, and `PetscSortIntWithIntCountArrayPair()`
|
| /petsc/include/ |
| H A D | petscsys.h | 2404 PETSC_EXTERN PetscErrorCode PetscSortIntWithIntCountArrayPair(PetscCount, PetscInt[], PetscInt[], P…
|
| /petsc/src/mat/impls/aij/mpi/ |
| H A D | mpiaij.c | 6393 PetscCall(PetscSortIntWithIntCountArrayPair(n1, i1, j1, perm1)); in MatSetPreallocationCOO_MPIAIJ() 6504 PetscCall(PetscSortIntWithIntCountArrayPair(n2, i2, j2, perm2)); in MatSetPreallocationCOO_MPIAIJ()
|
| /petsc/src/mat/impls/aij/seq/ |
| H A D | aij.c | 4589 if (!isorted) PetscCall(PetscSortIntWithIntCountArrayPair(coo_n, i, j, perm)); in MatSetPreallocationCOO_SeqAIJ()
|