Home
last modified time | relevance | path

Searched refs:PetscParallelSortedInt (Results 1 – 4 of 4) sorted by relevance

/petsc/src/vec/is/is/tests/
H A Dex11.c57 PetscCall(PetscParallelSortedInt(mapeven->comm, mapeven->n, keyseven, &sorted)); in main()
62 PetscCall(PetscParallelSortedInt(map->comm, map->n, keyssorted, &sorted)); in main()
67 PetscCall(PetscParallelSortedInt(map->comm, map->n, keys, &sorted)); in main()
/petsc/src/vec/is/utils/
H A Dpsort.c128 PetscCall(PetscParallelSortedInt(mapin->comm, size - 1, pivots, &sorted)); in PetscParallelSampleSelect()
278 PetscCall(PetscParallelSortedInt(mapin->comm, nrecv, buffer, &sorted)); in PetscParallelSortInt_Samplesort()
352 PetscCall(PetscParallelSortedInt(mapout->comm, mapout->n, keysout, &sorted)); in PetscParallelSortInt()
/petsc/src/sys/utils/
H A Dsorti.c1298 PetscErrorCode PetscParallelSortedInt(MPI_Comm comm, PetscInt n, const PetscInt keys[], PetscBool *… in PetscParallelSortedInt() function
/petsc/include/
H A Dpetscsys.h2422 PETSC_EXTERN PetscErrorCode PetscParallelSortedInt(MPI_Comm, PetscInt, const PetscInt[], PetscBool …