Lines Matching refs:PetscBTLookup

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()
127 if (!PetscBTLookup(seenFaces, indF)) { in DMPlexCheckFace_Internal()
140 if (!PetscBTLookup(seenFaces, indF)) { in DMPlexCheckFace_Internal()
181 seenA = PetscBTLookup(seenCells, support[0] - cStart); in DMPlexCheckFace_Old_Internal()
182 flippedA = PetscBTLookup(flippedCells, support[0] - cStart) ? 1 : 0; in DMPlexCheckFace_Old_Internal()
183 seenB = PetscBTLookup(seenCells, support[1] - cStart); in DMPlexCheckFace_Old_Internal()
184 flippedB = PetscBTLookup(flippedCells, support[1] - cStart) ? 1 : 0; in DMPlexCheckFace_Old_Internal()
193 if (!PetscBTLookup(seenFaces, coneA[c] - fStart)) { in DMPlexCheckFace_Old_Internal()
202 if (!PetscBTLookup(seenFaces, coneB[c] - fStart)) { in DMPlexCheckFace_Old_Internal()
296 if (PetscBTLookup(seenCells, c)) cellComp[c] = *Ncomp; in DMPlexOrient_Serial()
299 if (PetscBTLookup(seenFaces, f)) faceComp[f] = *Ncomp; in DMPlexOrient_Serial()
427 if (PetscBTLookup(seenCells, cell)) cellComp[cell] = comp; in DMPlexOrient()
430 if (PetscBTLookup(seenFaces, face)) faceComp[face] = comp; in DMPlexOrient()
480 if (PetscBTLookup(flippedCells, neighbor - cStart)) rorntComp[face].rank = 1 - c * 2; in DMPlexOrient()
483 … if (PetscBTLookup(flippedCells, neighbor - cStart)) rorntComp[face].rank = ornt[c] < 0 ? -1 : 1; in DMPlexOrient()
614 if (PetscBTLookup(seenProcs, p)) continue; in DMPlexOrient()
625 flippedA = PetscBTLookup(flippedProcs, proc) ? 1 : 0; in DMPlexOrient()
631 seen = PetscBTLookup(seenProcs, nproc); in DMPlexOrient()
632 flippedB = PetscBTLookup(flippedProcs, nproc) ? 1 : 0; in DMPlexOrient()
658 flips[p] = PetscBTLookup(flippedProcs, p) ? PETSC_TRUE : PETSC_FALSE; in DMPlexOrient()
689 if (PetscBTLookup(flippedCells, c - cStart)) PetscCall(DMPlexOrientPoint(dm, c, -1)); in DMPlexOrient()
853 if (PetscBTLookup(flippedCells, nind)) rorntComp[face].rank = 1 - c * 2; in DMPlexOrientCells_Internal()
856 if (PetscBTLookup(flippedCells, nind)) rorntComp[face].rank = ornt[c] < 0 ? -1 : 1; in DMPlexOrientCells_Internal()
991 if (PetscBTLookup(seenProcs, p)) continue; in DMPlexOrientCells_Internal()
1002 flippedA = PetscBTLookup(flippedProcs, proc) ? 1 : 0; in DMPlexOrientCells_Internal()
1008 seen = PetscBTLookup(seenProcs, nproc); in DMPlexOrientCells_Internal()
1009 flippedB = PetscBTLookup(flippedProcs, nproc) ? 1 : 0; in DMPlexOrientCells_Internal()
1035 flips[p] = PetscBTLookup(flippedProcs, p) ? PETSC_TRUE : PETSC_FALSE; in DMPlexOrientCells_Internal()
1082 if (PetscBTLookup(flippedCells, c - cStart)) { in DMPlexOrientCells_Internal()
1098 if (points[cell] && !PetscBTLookup(flippedCells, c - cStart)) { in DMPlexOrientCells_Internal()