Searched refs:PetscSortIntWithArrayPair (Results 1 – 7 of 7) sorted by relevance
| /petsc/src/sys/tests/ |
| H A D | ex49f.F90 | 68 PetscCallA(PetscSortIntWithArrayPair(iN, x, y, z, ierr))
|
| /petsc/src/vec/vec/tests/ |
| H A D | ex32.c | 127 PetscCall(PetscSortIntWithArrayPair(n, W, Y, Z)); in main()
|
| /petsc/src/sys/utils/ |
| H A D | sorti.c | 715 PetscErrorCode PetscSortIntWithArrayPair(PetscCount n, PetscInt X[], PetscInt Y[], PetscInt Z[]) in PetscSortIntWithArrayPair() function 720 QuickSort3(PetscSortIntWithArrayPair, X, Y, Z, n, pivot, t1, t2, t3); in PetscSortIntWithArrayPair()
|
| /petsc/src/mat/graphops/partition/ |
| H A D | partition.c | 152 PetscCall(PetscSortIntWithArrayPair(p - 1, seps + p, sizes + p, level)); in MatPartitioningSizesToSep_Private()
|
| /petsc/src/mat/utils/ |
| H A D | matstash.c | 702 PetscCall(PetscSortIntWithArrayPair(n, row, col, perm)); in MatStashSortCompress_Private()
|
| /petsc/include/ |
| H A D | petscsys.h | 2403 PETSC_EXTERN PetscErrorCode PetscSortIntWithArrayPair(PetscCount, PetscInt[], PetscInt[], PetscInt[…
|
| /petsc/src/dm/impls/network/ |
| H A D | network.c | 494 PetscCall(PetscSortIntWithArrayPair(n, gidx_tmp, net_tmp, idx_tmp)); in SharedVtxCreate()
|