Home
last modified time | relevance | path

Searched refs:newIsectIS (Results 1 – 1 of 1) sorted by relevance

/petsc/src/vec/vec/utils/tagger/impls/
H A Dand.c148 IS subIS, newIsectIS; in VecTaggerComputeIS_And() local
152 PetscCall(ISIntersect(isectIS, subIS, &newIsectIS)); in VecTaggerComputeIS_And()
155 isectIS = newIsectIS; in VecTaggerComputeIS_And()