Searched refs:remoterank (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexdistribute.c | 444 PetscInt *myrank, *remoterank; in DMPlexDistributeOwnership() local 463 PetscCall(PetscMalloc1(nedges, &remoterank)); in DMPlexDistributeOwnership() 465 PetscCall(PetscSFGatherBegin(sfPoint, MPIU_INT, myrank, remoterank)); in DMPlexDistributeOwnership() 466 PetscCall(PetscSFGatherEnd(sfPoint, MPIU_INT, myrank, remoterank)); in DMPlexDistributeOwnership() 468 PetscCall(ISCreateGeneral(comm, nedges, remoterank, PETSC_OWN_POINTER, rootrank)); in DMPlexDistributeOwnership()
|
| /petsc/src/dm/impls/network/ |
| H A D | network.c | 2881 PetscMPIInt rank, size, *displs = NULL, *recvcounts = NULL, remoterank; in DMNetworkSetVertexLocalToGlobalOrdering() local 2957 remoterank = (PetscMPIInt)PetscRealPart(varr_read[i]); in DMNetworkSetVertexLocalToGlobalOrdering() 2958 if (remoterank == rank) { in DMNetworkSetVertexLocalToGlobalOrdering()
|