Lines Matching refs:indC
90 PetscInt face, dim, indC[3], indS[3], seenA, flippedA, seenB, flippedB, mismatch; in DMPlexCheckFace_Internal() local
104 indC[Ns] = GetPointIndex(supp[s], cStart, cEnd, cells); in DMPlexCheckFace_Internal()
106 if (indC[Ns] >= 0) ++Ns; in DMPlexCheckFace_Internal()
110 …indC[0] >= 0 && indC[1] >= 0, PETSC_COMM_SELF, PETSC_ERR_ARG_WRONG, "Support cells %" PetscInt_FMT… in DMPlexCheckFace_Internal()
111 seenA = PetscBTLookup(seenCells, indC[0]); in DMPlexCheckFace_Internal()
112 flippedA = PetscBTLookup(flippedCells, indC[0]) ? 1 : 0; in DMPlexCheckFace_Internal()
113 seenB = PetscBTLookup(seenCells, indC[1]); in DMPlexCheckFace_Internal()
114 flippedB = PetscBTLookup(flippedCells, indC[1]) ? 1 : 0; in DMPlexCheckFace_Internal()
158 PetscCall(PetscBTSet(flippedCells, indC[0])); in DMPlexCheckFace_Internal()
160 PetscCall(PetscBTSet(flippedCells, indC[1])); in DMPlexCheckFace_Internal()
163 PetscCall(PetscBTSet(seenCells, indC[0])); in DMPlexCheckFace_Internal()
164 PetscCall(PetscBTSet(seenCells, indC[1])); in DMPlexCheckFace_Internal()