Home
last modified time | relevance | path

Searched refs:trans_cone_size (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()
1423 for (PetscInt c = 0; c < trans_cone_size; c++) { 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()