Home
last modified time | relevance | path

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

/petsc/src/sys/utils/
H A Dsorti.c764 PetscErrorCode PetscSortIntWithCountArray(PetscCount n, PetscInt X[], PetscCount Y[]) in PetscSortIntWithCountArray() function
770 QuickSort2(PetscSortIntWithCountArray, X, Y, n, pivot, t1, t2); in PetscSortIntWithCountArray()
/petsc/src/vec/vec/impls/mpi/
H A Dpdvec.c939 PetscCall(PetscSortIntWithCountArray(n1, i1, perm)); in VecSetPreallocationCOO_MPI()
1064 PetscCall(PetscSortIntWithCountArray(n2, i2, perm2)); in VecSetPreallocationCOO_MPI()
/petsc/src/vec/vec/impls/seq/
H A Dbvec2.c586 PetscCall(PetscSortIntWithCountArray(coo_n, i, perm1)); in VecSetPreallocationCOO_Seq()
/petsc/doc/changes/
H A D317.md59 - Add `PetscCountCast`, `PetscSortIntWithCountArray()`, and `PetscSortIntWithIntCountArrayPair()`
/petsc/include/
H A Dpetscsys.h2401 PETSC_EXTERN PetscErrorCode PetscSortIntWithCountArray(PetscCount, PetscInt[], PetscCount[]);
/petsc/src/mat/impls/aij/seq/
H A Daij.c4659 … if (!strictly_sorted) PetscCall(PetscSortIntWithCountArray(end - start, j + start, perm + start)); in MatSetPreallocationCOO_SeqAIJ()
/petsc/src/mat/impls/aij/mpi/
H A Dmpiaij.c6201 PetscCall(PetscSortIntWithCountArray(s - k, j + k, perm + k)); in MatSplitEntries_Internal()