Home
last modified time | relevance | path

Searched refs:vert_has_rank (Results 1 – 1 of 1) sorted by relevance

/petsc/src/dm/impls/plex/cgns/
H A Dplexcgns2.c1232 PetscBool vert_has_rank = PETSC_FALSE; in DMPlexCGNS_MatchCGNSFacesToPlexFaces() local
1238 …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()