Searched refs:plexFaceRemotes_SB (Results 1 – 1 of 1) sorted by relevance
1212 PetscSegBuffer plexFaceRemotes_SB, ownedFaceRemotes_SB; in DMPlexCGNS_MatchCGNSFacesToPlexFaces() local1214 PetscCall(PetscSegBufferCreate(sizeof(PetscSFNode), fownedSize, &plexFaceRemotes_SB)); in DMPlexCGNS_MatchCGNSFacesToPlexFaces()1261 PetscCall(PetscSegBufferGet(plexFaceRemotes_SB, nface_ranks, &plexFaceRemotes_buffer)); in DMPlexCGNS_MatchCGNSFacesToPlexFaces()1271 PetscCall(PetscSegBufferGetSize(plexFaceRemotes_SB, &nPlexFaceRemotes)); in DMPlexCGNS_MatchCGNSFacesToPlexFaces()1272 PetscCall(PetscSegBufferExtractAlloc(plexFaceRemotes_SB, &plexFaceRemotes)); in DMPlexCGNS_MatchCGNSFacesToPlexFaces()1273 PetscCall(PetscSegBufferDestroy(&plexFaceRemotes_SB)); in DMPlexCGNS_MatchCGNSFacesToPlexFaces()