Home
last modified time | relevance | path

Searched refs:PetscSortedRemoveDupsInt (Results 1 – 6 of 6) sorted by relevance

/petsc/src/sys/utils/
H A Dsorti.c412 PetscErrorCode PetscSortedRemoveDupsInt(PetscInt *n, PetscInt X[]) in PetscSortedRemoveDupsInt() function
514 PetscCall(PetscSortedRemoveDupsInt(n, X)); in PetscSortRemoveDupsInt()
/petsc/src/vec/is/is/impls/block/
H A Dblock.c196 PetscCall(PetscSortedRemoveDupsInt(&nb, sub->idx)); in ISSortRemoveDups_Block()
/petsc/src/vec/is/is/impls/general/
H A Dgeneral.c555 PetscCall(PetscSortedRemoveDupsInt(&n, sub->idx)); in ISSortRemoveDups_General()
/petsc/src/dm/impls/plex/
H A Dplexpreallocate.c307 PetscCall(PetscSortedRemoveDupsInt(&num_non_dups, myRankPairRoots)); in DMPlexCreateAdjacencySection_Static()
/petsc/include/
H A Dpetscsys.h2390 PETSC_EXTERN PetscErrorCode PetscSortedRemoveDupsInt(PetscInt *, PetscInt[]);
/petsc/src/vec/is/sf/interface/
H A Dsf.c1442 PetscCall(PetscSortedRemoveDupsInt(&nselected, leaves)); in PetscSFCreateEmbeddedLeafSF()