Searched refs:face_point (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/cgns/ |
| H A D | plexcgns2.c | 1417 …PetscInt face_point = support[s * 2]; // closure stores points and orientations, [p_0, o_0, p_1, o… in DMPlexCGNS_MatchCGNSFacesToPlexFaces() local 1420 if (face_point < fplexStart || face_point >= fplexEnd) continue; // Skip non-face points in DMPlexCGNS_MatchCGNSFacesToPlexFaces() 1422 … PetscCall(DMPlexGetTransitiveClosure(dm, face_point, PETSC_TRUE, &trans_cone_size, &trans_cone)); in DMPlexCGNS_MatchCGNSFacesToPlexFaces() 1429 (*plexFaces)[f_i] = face_point; in DMPlexCGNS_MatchCGNSFacesToPlexFaces() 1430 …PetscCall(DMPlexRestoreTransitiveClosure(dm, face_point, PETSC_TRUE, &trans_cone_size, &trans_cone… in DMPlexCGNS_MatchCGNSFacesToPlexFaces() 1433 …PetscCall(DMPlexRestoreTransitiveClosure(dm, face_point, PETSC_TRUE, &trans_cone_size, &trans_cone… in DMPlexCGNS_MatchCGNSFacesToPlexFaces()
|