Searched refs:PetscSortMPIIntWithArray (Results 1 – 6 of 6) sorted by relevance
| /petsc/src/sys/tests/ |
| H A D | ex49f.F90 | 71 PetscCallA(PetscSortMPIIntWithArray(iN, mx, my, ierr))
|
| /petsc/src/sys/utils/ |
| H A D | sorti.c | 900 PetscErrorCode PetscSortMPIIntWithArray(PetscCount n, PetscMPIInt X[], PetscMPIInt Y[]) in PetscSortMPIIntWithArray() function 905 QuickSort2(PetscSortMPIIntWithArray, X, Y, n, pivot, t1, t2); in PetscSortMPIIntWithArray()
|
| /petsc/src/vec/is/is/utils/ |
| H A D | iscoloring.c | 461 PetscCall(PetscSortMPIIntWithArray(nfrom, fromranks, fromperm_newtoold)); in ISBuildTwoSided()
|
| /petsc/src/ksp/pc/impls/redistribute/ |
| H A D | redistribute.c | 185 PetscCall(PetscSortMPIIntWithArray(nrecvs, onodes1, olengths1)); in PCSetUp_Redistribute()
|
| /petsc/include/ |
| H A D | petscsys.h | 2407 PETSC_EXTERN PetscErrorCode PetscSortMPIIntWithArray(PetscCount, PetscMPIInt[], PetscMPIInt[]);
|
| /petsc/src/vec/is/sf/interface/ |
| H A D | sf.c | 919 PetscCall(PetscSortMPIIntWithArray(sf->nranks, tmpranks, perm)); in PetscSFView()
|