Searched refs:nrankComp (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexorient.c | 346 PetscSFNode *nrankComp; in DMPlexOrient() local 530 PetscCall(PetscMalloc2(totNeighbors, &nrankComp, totNeighbors, &match)); in DMPlexOrient() 541 nrankComp[off].rank = rpoints[neighbors[comp][n]].rank; in DMPlexOrient() 542 …nrankComp[off].index = lorntComp[lpoints ? lpoints[neighbors[comp][n]] : neighbors[comp][n]].index; in DMPlexOrient() 571 …PetscCallMPI(MPI_Gatherv(nrankComp, itotNeighbors, MPIU_SF_NODE, adj, recvcounts, displs, MPIU_SF_… in DMPlexOrient() 669 PetscCall(PetscFree2(nrankComp, match)); in DMPlexOrient() 748 PetscSFNode *nrankComp; in DMPlexOrientCells_Internal() local 910 PetscCall(PetscMalloc2(totNeighbors, &nrankComp, totNeighbors, &match)); in DMPlexOrientCells_Internal() 920 nrankComp[off].rank = rpoints[neighbors[comp][n]].rank; in DMPlexOrientCells_Internal() 921 nrankComp[off].index = lorntComp[lpoints[neighbors[comp][n]]].index; in DMPlexOrientCells_Internal() [all …]
|