Home
last modified time | relevance | path

Searched refs:PetscSortIntWithArrayPair (Results 1 – 7 of 7) sorted by relevance

/petsc/src/sys/tests/
H A Dex49f.F9068 PetscCallA(PetscSortIntWithArrayPair(iN, x, y, z, ierr))
/petsc/src/vec/vec/tests/
H A Dex32.c127 PetscCall(PetscSortIntWithArrayPair(n, W, Y, Z)); in main()
/petsc/src/sys/utils/
H A Dsorti.c715 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 Dpartition.c152 PetscCall(PetscSortIntWithArrayPair(p - 1, seps + p, sizes + p, level)); in MatPartitioningSizesToSep_Private()
/petsc/src/mat/utils/
H A Dmatstash.c702 PetscCall(PetscSortIntWithArrayPair(n, row, col, perm)); in MatStashSortCompress_Private()
/petsc/include/
H A Dpetscsys.h2403 PETSC_EXTERN PetscErrorCode PetscSortIntWithArrayPair(PetscCount, PetscInt[], PetscInt[], PetscInt[…
/petsc/src/dm/impls/network/
H A Dnetwork.c494 PetscCall(PetscSortIntWithArrayPair(n, gidx_tmp, net_tmp, idx_tmp)); in SharedVtxCreate()