Home
last modified time | relevance | path

Searched refs:PetscSortMPIIntWithArray (Results 1 – 6 of 6) sorted by relevance

/petsc/src/sys/tests/
H A Dex49f.F9071 PetscCallA(PetscSortMPIIntWithArray(iN, mx, my, ierr))
/petsc/src/sys/utils/
H A Dsorti.c900 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 Discoloring.c461 PetscCall(PetscSortMPIIntWithArray(nfrom, fromranks, fromperm_newtoold)); in ISBuildTwoSided()
/petsc/src/ksp/pc/impls/redistribute/
H A Dredistribute.c185 PetscCall(PetscSortMPIIntWithArray(nrecvs, onodes1, olengths1)); in PCSetUp_Redistribute()
/petsc/include/
H A Dpetscsys.h2407 PETSC_EXTERN PetscErrorCode PetscSortMPIIntWithArray(PetscCount, PetscMPIInt[], PetscMPIInt[]);
/petsc/src/vec/is/sf/interface/
H A Dsf.c919 PetscCall(PetscSortMPIIntWithArray(sf->nranks, tmpranks, perm)); in PetscSFView()