Lines Matching refs:ISGetIndices
60 PetscCall(ISGetIndices(cellNumbering, &cellNum)); in DMPlexCreatePartitionerGraph_Overlap()
158 PetscCall(ISGetIndices(cellNumbering, &cellNum)); in DMPlexCreatePartitionerGraph_Native()
357 PetscCall(ISGetIndices(fis, &rows)); in DMPlexCreatePartitionerGraph_ViaMat()
374 PetscCall(ISGetIndices(cis, &cols)); in DMPlexCreatePartitionerGraph_ViaMat()
401 PetscCall(ISGetIndices(fis, &rows)); in DMPlexCreatePartitionerGraph_ViaMat()
402 PetscCall(ISGetIndices(cis, &cols)); in DMPlexCreatePartitionerGraph_ViaMat()
455 PetscCall(ISGetIndices(cis_own, &rows)); in DMPlexCreatePartitionerGraph_ViaMat()
788 PetscCall(ISGetIndices(globalNumbering, &idxs)); in PetscPartitionerDMPlexPartition()
804 PetscCall(ISGetIndices(clPoints, &clIdx)); in PetscPartitionerDMPlexPartition()
809 if (globalNumbering) PetscCall(ISGetIndices(globalNumbering, &gid)); in PetscPartitionerDMPlexPartition()
867 PetscCall(ISGetIndices(globalNumbering, &globalNum)); in PetscPartitionerDMPlexPartition()
868 PetscCall(ISGetIndices(*partition, &partIdx)); in PetscPartitionerDMPlexPartition()
1107 PetscCall(ISGetIndices(rankIS, &ranks)); in DMPlexPartitionLabelClosure()
1112 PetscCall(ISGetIndices(pointIS, &points)); in DMPlexPartitionLabelClosure()
1145 PetscCall(ISGetIndices(rankIS, &ranks)); in DMPlexPartitionLabelAdjacency()
1151 PetscCall(ISGetIndices(pointIS, &points)); in DMPlexPartitionLabelAdjacency()
1199 PetscCall(ISGetIndices(rankIS, &ranks)); in DMPlexPartitionLabelPropagate()
1214 PetscCall(ISGetIndices(rankIS, &ranks)); in DMPlexPartitionLabelPropagate()
1272 PetscCall(ISGetIndices(valueIS, &neighbors)); in DMPlexPartitionLabelInvert()
1288 PetscCall(ISGetIndices(pointIS, &points)); in DMPlexPartitionLabelInvert()
1418 PetscCall(ISGetIndices(neighborsIS, &neighbors)); in DMPlexPartitionLabelCreateSF()
1430 PetscCall(ISGetIndices(remoteRootIS, &remoteRoots)); in DMPlexPartitionLabelCreateSF()
1449 PetscCall(ISGetIndices(remoteRootIS, &remoteRoots)); in DMPlexPartitionLabelCreateSF()
1861 PetscCall(ISGetIndices(ispart, (const PetscInt **)&part)); in DMPlexRebalanceSharedPoints()