Lines Matching refs:pointIS
1100 IS rankIS, pointIS, closureIS; in DMPlexPartitionLabelClosure() local
1110 PetscCall(DMLabelGetStratumIS(label, rank, &pointIS)); in DMPlexPartitionLabelClosure()
1111 PetscCall(ISGetLocalSize(pointIS, &numPoints)); in DMPlexPartitionLabelClosure()
1112 PetscCall(ISGetIndices(pointIS, &points)); in DMPlexPartitionLabelClosure()
1114 PetscCall(ISRestoreIndices(pointIS, &points)); in DMPlexPartitionLabelClosure()
1115 PetscCall(ISDestroy(&pointIS)); in DMPlexPartitionLabelClosure()
1137 IS rankIS, pointIS; in DMPlexPartitionLabelAdjacency() local
1149 PetscCall(DMLabelGetStratumIS(label, rank, &pointIS)); in DMPlexPartitionLabelAdjacency()
1150 PetscCall(ISGetLocalSize(pointIS, &numPoints)); in DMPlexPartitionLabelAdjacency()
1151 PetscCall(ISGetIndices(pointIS, &points)); in DMPlexPartitionLabelAdjacency()
1157 PetscCall(ISRestoreIndices(pointIS, &points)); in DMPlexPartitionLabelAdjacency()
1158 PetscCall(ISDestroy(&pointIS)); in DMPlexPartitionLabelAdjacency()
1187 IS rankIS, pointIS; in DMPlexPartitionLabelPropagate() local
1203 PetscCall(DMLabelGetStratumIS(lblLeaves, remoteRank, &pointIS)); in DMPlexPartitionLabelPropagate()
1204 PetscCall(DMLabelInsertIS(label, pointIS, remoteRank)); in DMPlexPartitionLabelPropagate()
1205 PetscCall(ISDestroy(&pointIS)); in DMPlexPartitionLabelPropagate()
1218 PetscCall(DMLabelGetStratumIS(lblRoots, remoteRank, &pointIS)); in DMPlexPartitionLabelPropagate()
1219 PetscCall(DMLabelInsertIS(label, pointIS, remoteRank)); in DMPlexPartitionLabelPropagate()
1220 PetscCall(ISDestroy(&pointIS)); in DMPlexPartitionLabelPropagate()
1282 IS pointIS; in DMPlexPartitionLabelInvert() local
1286 PetscCall(DMLabelGetStratumIS(rootLabel, neighbors[n], &pointIS)); in DMPlexPartitionLabelInvert()
1287 PetscCall(ISGetLocalSize(pointIS, &numPoints)); in DMPlexPartitionLabelInvert()
1288 PetscCall(ISGetIndices(pointIS, &points)); in DMPlexPartitionLabelInvert()
1299 PetscCall(ISRestoreIndices(pointIS, &points)); in DMPlexPartitionLabelInvert()
1300 PetscCall(ISDestroy(&pointIS)); in DMPlexPartitionLabelInvert()