Searched refs:indF (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexorient.c | 123 const PetscInt indF = GetPointIndex(coneA[c], fStart, fEnd, faces); in DMPlexCheckFace_Internal() local 126 if (indF < 0) continue; in DMPlexCheckFace_Internal() 127 if (!PetscBTLookup(seenFaces, indF)) { in DMPlexCheckFace_Internal() 129 PetscCall(PetscBTSet(seenFaces, indF)); in DMPlexCheckFace_Internal() 136 const PetscInt indF = GetPointIndex(coneB[c], fStart, fEnd, faces); in DMPlexCheckFace_Internal() local 139 if (indF < 0) continue; in DMPlexCheckFace_Internal() 140 if (!PetscBTLookup(seenFaces, indF)) { in DMPlexCheckFace_Internal() 142 PetscCall(PetscBTSet(seenFaces, indF)); in DMPlexCheckFace_Internal()
|