Home
last modified time | relevance | path

Searched refs:PetscIntSortSemiOrdered (Results 1 – 9 of 9) sorted by relevance

/petsc/src/vec/is/is/utils/
H A Discomp.c77 PetscCall(PetscIntSortSemiOrdered(sz1, a1)); in ISEqual()
78 PetscCall(PetscIntSortSemiOrdered(sz2, a2)); in ISEqual()
/petsc/src/vec/is/is/impls/block/
H A Dblock.c180 PetscCall(PetscIntSortSemiOrdered(n / bs, sub->idx)); in ISSort_Block()
244 PetscCall(PetscIntSortSemiOrdered(n, idxcopy)); in ISUniqueLocal_Block()
270 PetscCall(PetscIntSortSemiOrdered(n, idxcopy)); in ISPermutationLocal_Block()
/petsc/src/vec/vec/tests/
H A Dex32.c79 PetscCall(PetscIntSortSemiOrdered(n, X1)); in main()
/petsc/src/vec/is/is/interface/
H A Dindex.c568 PetscCall(PetscIntSortSemiOrdered(n, idx)); in ISGetInfo_Unique_Private()
630 PetscCall(PetscIntSortSemiOrdered(n, idx)); in ISGetInfo_Permutation()
1014 PetscCall(PetscIntSortSemiOrdered(n, idx)); in ISSetPermutation()
/petsc/doc/changes/
H A D314.md310 - Add PetscIntSortSemiOrdered\[WithArray\](),
/petsc/src/vec/is/is/impls/general/
H A Dgeneral.c540 PetscCall(PetscIntSortSemiOrdered(n, sub->idx)); in ISSort_General()
/petsc/src/dm/impls/plex/
H A Dplexpreallocate.c235 PetscCall(PetscIntSortSemiOrdered(*num_leaves_found, leaves_found)); in AdjancencyContainsLeafRootPair()
/petsc/src/sys/utils/
H A Dsortso.c1163 PetscErrorCode PetscIntSortSemiOrdered(PetscInt n, PetscInt arr[]) in PetscIntSortSemiOrdered() function
/petsc/include/
H A Dpetscsys.h2425 PETSC_EXTERN PetscErrorCode PetscIntSortSemiOrdered(PetscInt, PetscInt[]);