Searched refs:myrank_total_count (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/cgns/ |
| H A D | plexcgns2.c | 1304 PetscInt myrank_total_count; in DMPlexCGNS_MatchCGNSFacesToPlexFaces() local 1310 myrank_total_count = rank_start[myrank]; in DMPlexCGNS_MatchCGNSFacesToPlexFaces() 1327 …PetscCall(PetscSFSetGraph(plexRemotes2ownedRemotesSF, myrank_total_count, nPlexFaceRemotes, NULL, … in DMPlexCGNS_MatchCGNSFacesToPlexFaces() 1328 PetscCall(PetscMalloc1(myrank_total_count, &iremote_cg2plexSF)); in DMPlexCGNS_MatchCGNSFacesToPlexFaces() 1330 …for (PetscInt i = 0; i < myrank_total_count; i++) iremote_cg2plexSF[i] = (PetscSFNode){.rank = -1,… in DMPlexCGNS_MatchCGNSFacesToPlexFaces() 1334 …for (PetscInt i = 0; i < myrank_total_count; i++) PetscCheck(iremote_cg2plexSF[i].rank >= 0 && ire… in DMPlexCGNS_MatchCGNSFacesToPlexFaces() 1337 …PetscCall(PetscSFSetGraph(*cg2plexSF, fownedSize, myrank_total_count, NULL, PETSC_COPY_VALUES, ire… in DMPlexCGNS_MatchCGNSFacesToPlexFaces()
|