Lines Matching refs:cellIS

296     IS           cellIS;  in DMPlexSNESComputeResidualFEM()  local
305 cellIS = allcellIS; in DMPlexSNESComputeResidualFEM()
311 PetscCall(ISIntersect_Caching_Internal(allcellIS, pointIS, &cellIS)); in DMPlexSNESComputeResidualFEM()
314 PetscCall(DMPlexComputeResidualByKey(plex, key, cellIS, PETSC_MIN_REAL, X, NULL, 0.0, F, ctx)); in DMPlexSNESComputeResidualFEM()
315 PetscCall(ISDestroy(&cellIS)); in DMPlexSNESComputeResidualFEM()
353 IS cellIS; in DMPlexSNESComputeResidualDS() local
387 cellIS = allcellIS; in DMPlexSNESComputeResidualDS()
392 PetscCall(ISIntersect_Caching_Internal(allcellIS, pointIS, &cellIS)); in DMPlexSNESComputeResidualDS()
395 …PetscCall(DMPlexComputeResidualByKey(plex, reskeys[k], cellIS, PETSC_MIN_REAL, X, NULL, 0.0, F, ct… in DMPlexSNESComputeResidualDS()
396 PetscCall(ISDestroy(&cellIS)); in DMPlexSNESComputeResidualDS()
468 IS cellIS; in DMSNESComputeJacobianAction() local
502 cellIS = allcellIS; in DMSNESComputeJacobianAction()
507 PetscCall(ISIntersect_Caching_Internal(allcellIS, pointIS, &cellIS)); in DMSNESComputeJacobianAction()
510 …PetscCall(DMPlexComputeJacobianActionByKey(plex, jackeys[k], cellIS, 0.0, 0.0, X, NULL, Y, F, ctx)… in DMSNESComputeJacobianAction()
511 PetscCall(ISDestroy(&cellIS)); in DMSNESComputeJacobianAction()
554 IS cellIS; in DMPlexSNESComputeJacobianFEM() local
563 cellIS = allcellIS; in DMPlexSNESComputeJacobianFEM()
569 PetscCall(ISIntersect_Caching_Internal(allcellIS, pointIS, &cellIS)); in DMPlexSNESComputeJacobianFEM()
578 PetscCall(DMPlexComputeJacobianByKey(plex, key, cellIS, 0.0, 0.0, X, NULL, Jac, JacP, ctx)); in DMPlexSNESComputeJacobianFEM()
579 PetscCall(ISDestroy(&cellIS)); in DMPlexSNESComputeJacobianFEM()