Searched refs:PetscSortIntWithCountArray (Results 1 – 7 of 7) sorted by relevance
| /petsc/src/sys/utils/ |
| H A D | sorti.c | 764 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 D | pdvec.c | 939 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 D | bvec2.c | 586 PetscCall(PetscSortIntWithCountArray(coo_n, i, perm1)); in VecSetPreallocationCOO_Seq()
|
| /petsc/doc/changes/ |
| H A D | 317.md | 59 - Add `PetscCountCast`, `PetscSortIntWithCountArray()`, and `PetscSortIntWithIntCountArrayPair()`
|
| /petsc/include/ |
| H A D | petscsys.h | 2401 PETSC_EXTERN PetscErrorCode PetscSortIntWithCountArray(PetscCount, PetscInt[], PetscCount[]);
|
| /petsc/src/mat/impls/aij/seq/ |
| H A D | aij.c | 4659 … if (!strictly_sorted) PetscCall(PetscSortIntWithCountArray(end - start, j + start, perm + start)); in MatSetPreallocationCOO_SeqAIJ()
|
| /petsc/src/mat/impls/aij/mpi/ |
| H A D | mpiaij.c | 6201 PetscCall(PetscSortIntWithCountArray(s - k, j + k, perm + k)); in MatSplitEntries_Internal()
|