Searched refs:conn_has_vertex (Results 1 – 1 of 1) sorted by relevance
1424 PetscInt vertex_point = trans_cone[c * 2], conn_has_vertex; in DMPlexCGNS_MatchCGNSFacesToPlexFaces() local1426 PetscCall(PetscFindIntUnsorted(vertex_point, ndof, &connDist[offset], &conn_has_vertex)); in DMPlexCGNS_MatchCGNSFacesToPlexFaces()1427 if (conn_has_vertex < 0) goto check_next_face; in DMPlexCGNS_MatchCGNSFacesToPlexFaces()