Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/cgns/
H A Dplexcgns2.c1418 PetscInt trans_cone_size, *trans_cone = NULL; in DMPlexCGNS_MatchCGNSFacesToPlexFaces() local
1422 … PetscCall(DMPlexGetTransitiveClosure(dm, face_point, PETSC_TRUE, &trans_cone_size, &trans_cone)); in DMPlexCGNS_MatchCGNSFacesToPlexFaces()
1424 PetscInt vertex_point = trans_cone[c * 2], conn_has_vertex; in DMPlexCGNS_MatchCGNSFacesToPlexFaces()
1430 …tscCall(DMPlexRestoreTransitiveClosure(dm, face_point, PETSC_TRUE, &trans_cone_size, &trans_cone)); in DMPlexCGNS_MatchCGNSFacesToPlexFaces()
1433 …tscCall(DMPlexRestoreTransitiveClosure(dm, face_point, PETSC_TRUE, &trans_cone_size, &trans_cone)); in DMPlexCGNS_MatchCGNSFacesToPlexFaces()