Searched refs:plexRemotes2ownedRemotesSF (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/cgns/ |
| H A D | plexcgns2.c | 1323 PetscSF plexRemotes2ownedRemotesSF; in DMPlexCGNS_MatchCGNSFacesToPlexFaces() local 1326 PetscCall(PetscSFCreate(comm, &plexRemotes2ownedRemotesSF)); in DMPlexCGNS_MatchCGNSFacesToPlexFaces() 1327 …PetscCall(PetscSFSetGraph(plexRemotes2ownedRemotesSF, myrank_total_count, nPlexFaceRemotes, NULL, … in DMPlexCGNS_MatchCGNSFacesToPlexFaces() 1329 … PetscCall(PetscSFViewFromOptions(plexRemotes2ownedRemotesSF, NULL, "-plex2ownedremotes_sf_view")); in DMPlexCGNS_MatchCGNSFacesToPlexFaces() 1331 …PetscCall(PetscSFReduceBegin(plexRemotes2ownedRemotesSF, MPIU_SF_NODE, ownedFaceRemotes, iremote_c… in DMPlexCGNS_MatchCGNSFacesToPlexFaces() 1332 …PetscCall(PetscSFReduceEnd(plexRemotes2ownedRemotesSF, MPIU_SF_NODE, ownedFaceRemotes, iremote_cg2… in DMPlexCGNS_MatchCGNSFacesToPlexFaces() 1333 PetscCall(PetscSFDestroy(&plexRemotes2ownedRemotesSF)); in DMPlexCGNS_MatchCGNSFacesToPlexFaces()
|