Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/patch/
H A Dpcpatch.c1122 PetscBool found0 = PETSC_FALSE, found1 = PETSC_FALSE; in PCPatchCreateCellPatches() local
1124 if (!found0 && cell0 == cellsArray[coff + n]) { in PCPatchCreateCellPatches()
1126 found0 = 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()