Home
last modified time | relevance | path

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

/petsc/src/vec/is/is/tests/
H A Dex11.c56 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 Dpsort.c320 PetscErrorCode PetscParallelSortInt(PetscLayout mapin, PetscLayout mapout, PetscInt keysin[], Petsc… in PetscParallelSortInt() function
/petsc/include/
H A Dpetscis.h342 PETSC_EXTERN PetscErrorCode PetscParallelSortInt(PetscLayout, PetscLayout, PetscInt *, PetscInt *);
/petsc/src/vec/is/is/interface/
H A Dindex.c587 PetscCall(PetscParallelSortInt(is->map, is->map, idx, idx)); in ISGetInfo_Unique_Private()
627 PetscCall(PetscParallelSortInt(is->map, is->map, idx, idx)); in ISGetInfo_Permutation()