Home
last modified time | relevance | path

Searched refs:PetscSortRemoveDupsInt (Results 1 – 17 of 17) sorted by relevance

/petsc/src/vec/vec/tests/
H A Dex44.c88 PetscCall(PetscSortRemoveDupsInt(&n1, idx)); in main()
89 PetscCall(PetscSortRemoveDupsInt(&n2, idy)); in main()
/petsc/src/vec/is/sf/impls/basic/alltoall/
H A Dsfalltoall.c105 PetscCall(PetscSortRemoveDupsInt(&nselected, tmproots)); /* nselected might be changed */ in PetscSFCreateEmbeddedRootSF_Alltoall()
/petsc/src/dm/impls/plex/
H A Dplexpreallocate.c136 PetscCall(PetscSortRemoveDupsInt(&aDof, PetscSafePointerPlusOffset(adj, aOffOrig))); in DMPlexComputeAnchorAdjacencies()
556 PetscCall(PetscSortRemoveDupsInt(&adof, &rootAdj[aoff])); in DMPlexCreateAdjacencySection_Static()
H A Dplexsection.c323 PetscCall(PetscSortRemoveDupsInt(&d, indices)); in DMPlexCreateSectionBCIndicesField()
H A Dplexpartition.c283 PetscCall(PetscSortRemoveDupsInt(&numEdges, &graph[start])); in DMPlexCreatePartitionerGraph_Native()
/petsc/src/vec/is/is/impls/block/
H A Dblock.c198 PetscCall(PetscSortRemoveDupsInt(&nb, sub->idx)); in ISSortRemoveDups_Block()
/petsc/src/vec/is/is/impls/general/
H A Dgeneral.c557 PetscCall(PetscSortRemoveDupsInt(&n, sub->idx)); in ISSortRemoveDups_General()
/petsc/src/sys/utils/
H A Dsorti.c509 PetscErrorCode PetscSortRemoveDupsInt(PetscInt *n, PetscInt X[]) in PetscSortRemoveDupsInt() function
/petsc/src/mat/impls/aij/mpi/
H A Dmpiov.c271 PetscCall(PetscSortRemoveDupsInt(&isz_i, indices_i)); in MatIncreaseOverlap_MPIAIJ_Receive_Scalable()
341 PetscCall(PetscSortRemoveDupsInt(&indvc_ij, indices_tmp)); in MatIncreaseOverlap_MPIAIJ_Send_Scalable()
381 PetscCall(PetscSortRemoveDupsInt(&indvc_ij, indices_tmp)); in MatIncreaseOverlap_MPIAIJ_Send_Scalable()
459 PetscCall(PetscSortRemoveDupsInt(&lsize_tmp, indices_temp)); in MatIncreaseOverlap_MPIAIJ_Local_Scalable()
H A Dmpiaij.c366 PetscCall(PetscSortRemoveDupsInt(&n, iis)); in MatFindOffBlockDiagonalEntries_MPIAIJ()
/petsc/src/mat/impls/adj/mpi/
H A Dmpiadj.c180 PetscCall(PetscSortRemoveDupsInt(&nindx, indices)); in MatCreateSubMatrices_MPIAdj_Private()
/petsc/src/ksp/pc/impls/bddc/
H A Dbddcfetidp.c264 PetscCall(PetscSortRemoveDupsInt(count + i, neighbours_set[i])); in PCBDDCSetupFETIDPMatContext()
H A Dbddcgraph.c1115 PetscCall(PetscSortRemoveDupsInt(&k, queue_global_uniq)); in PCBDDCGraphSetUp()
H A Dbddcprivate.c1041 PetscCall(PetscSortRemoveDupsInt(&cum, extrow)); in PCBDDCNedelecSupport()
1131 PetscCall(PetscSortRemoveDupsInt(&cum, newprimals)); in PCBDDCNedelecSupport()
1187 PetscCall(PetscSortRemoveDupsInt(&cum, extrow)); in PCBDDCNedelecSupport()
1318 PetscCall(PetscSortRemoveDupsInt(&size, start)); in PCBDDCNedelecSupport()
8257 PetscCall(PetscSortRemoveDupsInt(&new_local_rows, l2gmap_indices)); in PCBDDCMatISSubassemble()
8430 PetscCall(PetscSortRemoveDupsInt(&count_is[i], temp_idxs[i])); in PCBDDCMatISSubassemble()
/petsc/include/
H A Dpetscsys.h2393 PETSC_EXTERN PetscErrorCode PetscSortRemoveDupsInt(PetscInt *, PetscInt[]);
H A Dpetscmat.h1156 …ISLocalToGlobalMappingApply(cmap, ncols, cols, cols)); PetscCall(PetscSortRemoveDupsInt(&ncols, co…
/petsc/src/dm/label/
H A Ddmlabel.c352 PetscCall(PetscSortRemoveDupsInt(&numStrata, values)); in DMLabelAddStrata()