Searched refs:seenpoint (Results 1 – 1 of 1) sorted by relevance
768 const PetscInt seenpoint = closure[ci]; in PCPatchCompleteCellPatch() local769 if (ignoredim >= 0 && seenpoint >= iStart && seenpoint < iEnd) continue; in PCPatchCompleteCellPatch()770 PetscCall(PetscHSetIAdd(cht, seenpoint)); in PCPatchCompleteCellPatch()775 if (fBegin <= seenpoint && seenpoint < fEnd) { in PCPatchCompleteCellPatch()776 PetscCall(DMPlexGetTransitiveClosure(dm, seenpoint, PETSC_FALSE, &fStarSize, &fStar)); in PCPatchCompleteCellPatch()782 PetscCall(DMPlexRestoreTransitiveClosure(dm, seenpoint, PETSC_FALSE, NULL, &fStar)); in PCPatchCompleteCellPatch()