Searched refs:dimIS (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexsubmesh.c | 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() [all …]
|