Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/cgns/
H A Dplexcgns2.c1424 PetscInt vertex_point = trans_cone[c * 2], conn_has_vertex; in DMPlexCGNS_MatchCGNSFacesToPlexFaces() local
1425 … if (vertex_point < vplexStart || vertex_point >= vplexEnd) continue; // Skip non-vertex points in DMPlexCGNS_MatchCGNSFacesToPlexFaces()
1426 PetscCall(PetscFindIntUnsorted(vertex_point, ndof, &connDist[offset], &conn_has_vertex)); in DMPlexCGNS_MatchCGNSFacesToPlexFaces()