Lines Matching refs:pointIS
307 IS pointIS; in DMPlexSNESComputeResidualFEM() local
310 PetscCall(DMLabelGetStratumIS(key.label, key.value, &pointIS)); in DMPlexSNESComputeResidualFEM()
311 PetscCall(ISIntersect_Caching_Internal(allcellIS, pointIS, &cellIS)); in DMPlexSNESComputeResidualFEM()
312 PetscCall(ISDestroy(&pointIS)); in DMPlexSNESComputeResidualFEM()
389 IS pointIS; in DMPlexSNESComputeResidualDS() local
391 PetscCall(DMLabelGetStratumIS(label, val, &pointIS)); in DMPlexSNESComputeResidualDS()
392 PetscCall(ISIntersect_Caching_Internal(allcellIS, pointIS, &cellIS)); in DMPlexSNESComputeResidualDS()
393 PetscCall(ISDestroy(&pointIS)); in DMPlexSNESComputeResidualDS()
504 IS pointIS; in DMSNESComputeJacobianAction() local
506 PetscCall(DMLabelGetStratumIS(label, val, &pointIS)); in DMSNESComputeJacobianAction()
507 PetscCall(ISIntersect_Caching_Internal(allcellIS, pointIS, &cellIS)); in DMSNESComputeJacobianAction()
508 PetscCall(ISDestroy(&pointIS)); in DMSNESComputeJacobianAction()
565 IS pointIS; in DMPlexSNESComputeJacobianFEM() local
568 PetscCall(DMLabelGetStratumIS(key.label, key.value, &pointIS)); in DMPlexSNESComputeJacobianFEM()
569 PetscCall(ISIntersect_Caching_Internal(allcellIS, pointIS, &cellIS)); in DMPlexSNESComputeJacobianFEM()
570 PetscCall(ISDestroy(&pointIS)); in DMPlexSNESComputeJacobianFEM()