Searched refs:vert_has_rank (Results 1 – 1 of 1) sorted by relevance
1232 PetscBool vert_has_rank = PETSC_FALSE; in DMPlexCGNS_MatchCGNSFacesToPlexFaces() local1238 …r (PetscInt ld = 0; ld < ldndof; ld++) vert_has_rank = (fvert2mvert[ldoffset + ld].rank == rank) |… in DMPlexCGNS_MatchCGNSFacesToPlexFaces()1239 … if (vert_has_rank) continue; // This vertex has the candidate rank, proceed to the next vertex in DMPlexCGNS_MatchCGNSFacesToPlexFaces()