Searched refs:found1 (Results 1 – 1 of 1) sorted by relevance
1122 PetscBool found0 = PETSC_FALSE, found1 = PETSC_FALSE; in PCPatchCreateCellPatches() local1128 if (!found1 && cell1 == cellsArray[coff + n]) { in PCPatchCreateCellPatches()1130 found1 = PETSC_TRUE; in PCPatchCreateCellPatches()1132 if (found0 && found1) break; in PCPatchCreateCellPatches()1134 …PetscCheck(found0 && found1, PETSC_COMM_SELF, PETSC_ERR_ARG_SIZ, "Didn't manage to find local poin… in PCPatchCreateCellPatches()