Searched refs:fownedSize (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/cgns/ |
| H A D | plexcgns2.c | 1166 PetscInt fownedStart, fownedEnd, fownedSize; in DMPlexCGNS_MatchCGNSFacesToPlexFaces() local 1205 fownedSize = fownedEnd - fownedStart; in DMPlexCGNS_MatchCGNSFacesToPlexFaces() 1214 PetscCall(PetscSegBufferCreate(sizeof(PetscSFNode), fownedSize, &plexFaceRemotes_SB)); in DMPlexCGNS_MatchCGNSFacesToPlexFaces() 1215 PetscCall(PetscSegBufferCreate(sizeof(PetscSFNode), fownedSize, &ownedFaceRemotes_SB)); in DMPlexCGNS_MatchCGNSFacesToPlexFaces() 1337 …PetscCall(PetscSFSetGraph(*cg2plexSF, fownedSize, myrank_total_count, NULL, PETSC_COPY_VALUES, ire… in DMPlexCGNS_MatchCGNSFacesToPlexFaces() 1468 …PetscAssert(num_roots == fownedSize, PETSC_COMM_SELF, PETSC_ERR_PLIB, "Inconsistent roots and owne… in DMPlexCGNS_MatchCGNSFacesToPlexFaces()
|