Home
last modified time | relevance | path

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

/petsc/src/vec/vec/utils/tagger/impls/
H A Dand.c94 PetscBool isEmpty; in VecTaggerComputeBoxes_And() local
97 PetscCall(VecTaggerAndOrIntersect_Private(bs, prevBox, subBox, &isect[l * bs], &isEmpty)); in VecTaggerComputeBoxes_And()
98 if (isEmpty) continue; in VecTaggerComputeBoxes_And()