Searched refs:PetscSortRemoveDupsInt (Results 1 – 17 of 17) sorted by relevance
| /petsc/src/vec/vec/tests/ |
| H A D | ex44.c | 88 PetscCall(PetscSortRemoveDupsInt(&n1, idx)); in main() 89 PetscCall(PetscSortRemoveDupsInt(&n2, idy)); in main()
|
| /petsc/src/vec/is/sf/impls/basic/alltoall/ |
| H A D | sfalltoall.c | 105 PetscCall(PetscSortRemoveDupsInt(&nselected, tmproots)); /* nselected might be changed */ in PetscSFCreateEmbeddedRootSF_Alltoall()
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexpreallocate.c | 136 PetscCall(PetscSortRemoveDupsInt(&aDof, PetscSafePointerPlusOffset(adj, aOffOrig))); in DMPlexComputeAnchorAdjacencies() 556 PetscCall(PetscSortRemoveDupsInt(&adof, &rootAdj[aoff])); in DMPlexCreateAdjacencySection_Static()
|
| H A D | plexsection.c | 323 PetscCall(PetscSortRemoveDupsInt(&d, indices)); in DMPlexCreateSectionBCIndicesField()
|
| H A D | plexpartition.c | 283 PetscCall(PetscSortRemoveDupsInt(&numEdges, &graph[start])); in DMPlexCreatePartitionerGraph_Native()
|
| /petsc/src/vec/is/is/impls/block/ |
| H A D | block.c | 198 PetscCall(PetscSortRemoveDupsInt(&nb, sub->idx)); in ISSortRemoveDups_Block()
|
| /petsc/src/vec/is/is/impls/general/ |
| H A D | general.c | 557 PetscCall(PetscSortRemoveDupsInt(&n, sub->idx)); in ISSortRemoveDups_General()
|
| /petsc/src/sys/utils/ |
| H A D | sorti.c | 509 PetscErrorCode PetscSortRemoveDupsInt(PetscInt *n, PetscInt X[]) in PetscSortRemoveDupsInt() function
|
| /petsc/src/mat/impls/aij/mpi/ |
| H A D | mpiov.c | 271 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 D | mpiaij.c | 366 PetscCall(PetscSortRemoveDupsInt(&n, iis)); in MatFindOffBlockDiagonalEntries_MPIAIJ()
|
| /petsc/src/mat/impls/adj/mpi/ |
| H A D | mpiadj.c | 180 PetscCall(PetscSortRemoveDupsInt(&nindx, indices)); in MatCreateSubMatrices_MPIAdj_Private()
|
| /petsc/src/ksp/pc/impls/bddc/ |
| H A D | bddcfetidp.c | 264 PetscCall(PetscSortRemoveDupsInt(count + i, neighbours_set[i])); in PCBDDCSetupFETIDPMatContext()
|
| H A D | bddcgraph.c | 1115 PetscCall(PetscSortRemoveDupsInt(&k, queue_global_uniq)); in PCBDDCGraphSetUp()
|
| H A D | bddcprivate.c | 1041 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 D | petscsys.h | 2393 PETSC_EXTERN PetscErrorCode PetscSortRemoveDupsInt(PetscInt *, PetscInt[]);
|
| H A D | petscmat.h | 1156 …ISLocalToGlobalMappingApply(cmap, ncols, cols, cols)); PetscCall(PetscSortRemoveDupsInt(&ncols, co…
|
| /petsc/src/dm/label/ |
| H A D | dmlabel.c | 352 PetscCall(PetscSortRemoveDupsInt(&numStrata, values)); in DMLabelAddStrata()
|