Searched refs:PetscParallelSortInt (Results 1 – 4 of 4) sorted by relevance
| /petsc/src/vec/is/is/tests/ |
| H A D | ex11.c | 56 PetscCall(PetscParallelSortInt(map, mapeven, keys, keyseven)); in main() 61 PetscCall(PetscParallelSortInt(map, map, keys, keyssorted)); in main() 66 PetscCall(PetscParallelSortInt(map, map, keys, keys)); in main()
|
| /petsc/src/vec/is/utils/ |
| H A D | psort.c | 320 PetscErrorCode PetscParallelSortInt(PetscLayout mapin, PetscLayout mapout, PetscInt keysin[], Petsc… in PetscParallelSortInt() function
|
| /petsc/include/ |
| H A D | petscis.h | 342 PETSC_EXTERN PetscErrorCode PetscParallelSortInt(PetscLayout, PetscLayout, PetscInt *, PetscInt *);
|
| /petsc/src/vec/is/is/interface/ |
| H A D | index.c | 587 PetscCall(PetscParallelSortInt(is->map, is->map, idx, idx)); in ISGetInfo_Unique_Private() 627 PetscCall(PetscParallelSortInt(is->map, is->map, idx, idx)); in ISGetInfo_Permutation()
|