Lines Matching refs:pointIS
157 IS pointIS; in DMPlexTSComputeIFunctionFEM() local
160 PetscCall(DMLabelGetStratumIS(key.label, key.value, &pointIS)); in DMPlexTSComputeIFunctionFEM()
161 PetscCall(ISIntersect_Caching_Internal(allcellIS, pointIS, &cellIS)); in DMPlexTSComputeIFunctionFEM()
162 PetscCall(ISDestroy(&pointIS)); in DMPlexTSComputeIFunctionFEM()
215 IS pointIS; in DMPlexTSComputeIJacobianFEM() local
218 PetscCall(DMLabelGetStratumIS(key.label, key.value, &pointIS)); in DMPlexTSComputeIJacobianFEM()
219 PetscCall(ISIntersect_Caching_Internal(allcellIS, pointIS, &cellIS)); in DMPlexTSComputeIJacobianFEM()
220 PetscCall(ISDestroy(&pointIS)); in DMPlexTSComputeIJacobianFEM()
275 IS pointIS; in DMPlexTSComputeRHSFunctionFEM() local
278 PetscCall(DMLabelGetStratumIS(key.label, key.value, &pointIS)); in DMPlexTSComputeRHSFunctionFEM()
279 PetscCall(ISIntersect_Caching_Internal(allcellIS, pointIS, &cellIS)); in DMPlexTSComputeRHSFunctionFEM()
280 PetscCall(ISDestroy(&pointIS)); in DMPlexTSComputeRHSFunctionFEM()