Searched refs:PetscParallelSortedInt (Results 1 – 4 of 4) sorted by relevance
| /petsc/src/vec/is/is/tests/ |
| H A D | ex11.c | 57 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 D | psort.c | 128 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 D | sorti.c | 1298 PetscErrorCode PetscParallelSortedInt(MPI_Comm comm, PetscInt n, const PetscInt keys[], PetscBool *… in PetscParallelSortedInt() function
|
| /petsc/include/ |
| H A D | petscsys.h | 2422 PETSC_EXTERN PetscErrorCode PetscParallelSortedInt(MPI_Comm, PetscInt, const PetscInt[], PetscBool …
|