Lines Matching refs:seenFaces

86 …etscInt *fBottom, IS cellIS, IS faceIS, PetscBT seenCells, PetscBT flippedCells, PetscBT seenFaces)  in DMPlexCheckFace_Internal()  argument
127 if (!PetscBTLookup(seenFaces, indF)) { in DMPlexCheckFace_Internal()
129 PetscCall(PetscBTSet(seenFaces, indF)); in DMPlexCheckFace_Internal()
140 if (!PetscBTLookup(seenFaces, indF)) { in DMPlexCheckFace_Internal()
142 PetscCall(PetscBTSet(seenFaces, indF)); in DMPlexCheckFace_Internal()
168 …cStart, PetscInt fStart, PetscInt fEnd, PetscBT seenCells, PetscBT flippedCells, PetscBT seenFaces) in DMPlexCheckFace_Old_Internal() argument
193 if (!PetscBTLookup(seenFaces, coneA[c] - fStart)) { in DMPlexCheckFace_Old_Internal()
195 PetscCall(PetscBTSet(seenFaces, coneA[c] - fStart)); in DMPlexCheckFace_Old_Internal()
202 if (!PetscBTLookup(seenFaces, coneB[c] - fStart)) { in DMPlexCheckFace_Old_Internal()
204 PetscCall(PetscBTSet(seenFaces, coneB[c] - fStart)); in DMPlexCheckFace_Old_Internal()
251 PetscBT seenCells, seenFaces; in DMPlexOrient_Serial() local
261 PetscCall(PetscBTCreate(fEnd - fStart, &seenFaces)); in DMPlexOrient_Serial()
262 PetscCall(PetscBTMemzero(fEnd - fStart, seenFaces)); in DMPlexOrient_Serial()
288 PetscCall(PetscBTSet(seenFaces, idx)); in DMPlexOrient_Serial()
293 …kFace_Internal(dm, faceFIFO, &fTop, &fBottom, cellIS, faceIS, seenCells, flippedCells, seenFaces)); in DMPlexOrient_Serial()
299 if (PetscBTLookup(seenFaces, f)) faceComp[f] = *Ncomp; in DMPlexOrient_Serial()
302 PetscCall(PetscBTMemzero(fEnd - fStart, seenFaces)); in DMPlexOrient_Serial()
307 PetscCall(PetscBTDestroy(&seenFaces)); in DMPlexOrient_Serial()
348 PetscBT seenCells, flippedCells, seenFaces; in DMPlexOrient() local
380 PetscCall(PetscBTCreate(fEnd - fStart, &seenFaces)); in DMPlexOrient()
381 PetscCall(PetscBTMemzero(fEnd - fStart, seenFaces)); in DMPlexOrient()
419 PetscCall(PetscBTSet(seenFaces, cone[c] - fStart)); in DMPlexOrient()
424 …Internal(dm, faceFIFO, &fTop, &fBottom, cStart, fStart, fEnd, seenCells, flippedCells, seenFaces)); in DMPlexOrient()
430 if (PetscBTLookup(seenFaces, face)) faceComp[face] = comp; in DMPlexOrient()
433 PetscCall(PetscBTMemzero(fEnd - fStart, seenFaces)); in DMPlexOrient()
693 PetscCall(PetscBTDestroy(&seenFaces)); in DMPlexOrient()