Lines Matching refs:dimIS
2015 IS facePosIS, faceNegIS, dimIS; in CheckFaultEdge_Private() local
2031 PetscCall(ISExpand(facePosIS, faceNegIS, &dimIS)); in CheckFaultEdge_Private()
2034 PetscCall(ISGetLocalSize(dimIS, &numPoints)); in CheckFaultEdge_Private()
2035 PetscCall(ISGetIndices(dimIS, &points)); in CheckFaultEdge_Private()
2122 PetscCall(ISRestoreIndices(dimIS, &points)); in CheckFaultEdge_Private()
2123 PetscCall(ISDestroy(&dimIS)); in CheckFaultEdge_Private()
2153 IS dimIS, subpointIS = NULL; in DMPlexLabelCohesiveComplete() local
2170 PetscCall(DMLabelGetStratumIS(label, dim - 1, &dimIS)); in DMPlexLabelCohesiveComplete()
2171 if (!dimIS) goto divide; in DMPlexLabelCohesiveComplete()
2172 PetscCall(ISGetLocalSize(dimIS, &numPoints)); in DMPlexLabelCohesiveComplete()
2173 PetscCall(ISGetIndices(dimIS, &points)); in DMPlexLabelCohesiveComplete()
2229 PetscCall(ISRestoreIndices(dimIS, &points)); in DMPlexLabelCohesiveComplete()
2230 PetscCall(ISDestroy(&dimIS)); in DMPlexLabelCohesiveComplete()
2292 PetscCall(DMLabelGetStratumIS(label, dim - 1, &dimIS)); in DMPlexLabelCohesiveComplete()
2293 if (!dimIS) goto divide; in DMPlexLabelCohesiveComplete()
2294 PetscCall(ISGetLocalSize(dimIS, &numPoints)); in DMPlexLabelCohesiveComplete()
2295 PetscCall(ISGetIndices(dimIS, &points)); in DMPlexLabelCohesiveComplete()
2323 PetscCall(ISRestoreIndices(dimIS, &points)); in DMPlexLabelCohesiveComplete()
2324 PetscCall(ISDestroy(&dimIS)); in DMPlexLabelCohesiveComplete()