Lines Matching refs:pointIS
5043 IS pointIS; in DMPlexCreateFromOptions_Internal() local
5050 PetscCall(DMLabelGetStratumIS(inlabel, inval, &pointIS)); in DMPlexCreateFromOptions_Internal()
5051 PetscCall(ISGetLocalSize(pointIS, &ln)); in DMPlexCreateFromOptions_Internal()
5052 PetscCall(ISGetIndices(pointIS, &lpoints)); in DMPlexCreateFromOptions_Internal()
5059 PetscCall(ISRestoreIndices(pointIS, &lpoints)); in DMPlexCreateFromOptions_Internal()
5060 PetscCall(ISDestroy(&pointIS)); in DMPlexCreateFromOptions_Internal()
5232 IS valueIS, pointIS; in DMSetFromOptions_Plex() local
5246 PetscCall(DMLabelGetStratumIS(label, value, &pointIS)); in DMSetFromOptions_Plex()
5247 PetscCall(ISGetIndices(pointIS, &points)); in DMSetFromOptions_Plex()
5257 PetscCall(ISRestoreIndices(pointIS, &points)); in DMSetFromOptions_Plex()
5258 PetscCall(ISDestroy(&pointIS)); in DMSetFromOptions_Plex()