Lines Matching refs:opointIS
17 IS opointIS; in DMLabelEphemeralComputeStratumSize_Private() local
27 PetscCall(DMLabelGetStratumIS(olabel, value, &opointIS)); in DMLabelEphemeralComputeStratumSize_Private()
28 PetscCall(ISGetLocalSize(opointIS, &Nop)); in DMLabelEphemeralComputeStratumSize_Private()
29 PetscCall(ISGetIndices(opointIS, &opoints)); in DMLabelEphemeralComputeStratumSize_Private()
41 PetscCall(ISRestoreIndices(opointIS, &opoints)); in DMLabelEphemeralComputeStratumSize_Private()
42 PetscCall(ISDestroy(&opointIS)); in DMLabelEphemeralComputeStratumSize_Private()
52 IS opointIS; in DMLabelGetStratumIS_Ephemeral() local
64 PetscUseTypeMethod(olabel, getstratumis, v, &opointIS); in DMLabelGetStratumIS_Ephemeral()
65 PetscCall(ISGetLocalSize(opointIS, &Nop)); in DMLabelGetStratumIS_Ephemeral()
66 PetscCall(ISGetIndices(opointIS, &opoints)); in DMLabelGetStratumIS_Ephemeral()
84 PetscCall(ISRestoreIndices(opointIS, &opoints)); in DMLabelGetStratumIS_Ephemeral()
85 PetscCall(ISDestroy(&opointIS)); in DMLabelGetStratumIS_Ephemeral()