Home
last modified time | relevance | path

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

/petsc/src/vec/is/sf/tests/
H A Dex19.c117 PetscCall(PetscSortedInt(nLeaves, tlocal, &sorted)); in CreateSF0()
/petsc/src/vec/is/is/interface/
H A Dindex.c335 PetscCall(PetscSortedInt(n, indices, &flg)); in ISSetInfo_Internal()
513 PetscCall(PetscSortedInt(n, idx, &sortedLocal)); in ISGetInfo_Sorted_Private()
/petsc/src/sys/utils/
H A Dsorti.c258 PetscErrorCode PetscSortedInt(PetscCount n, const PetscInt X[], PetscBool *sorted) in PetscSortedInt() function
/petsc/include/
H A Dpetscsys.h2382 PETSC_EXTERN PetscErrorCode PetscSortedInt(PetscCount, const PetscInt[], PetscBool *);