Home
last modified time | relevance | path

Searched refs:scounts (Results 1 – 1 of 1) sorted by relevance

/petsc/src/dm/impls/plex/
H A Dplexpartition.c1307 PetscMPIInt *scounts, *sdispls, *rcounts, *rdispls; in DMPlexPartitionLabelInvert() local
1309 PetscCall(PetscCalloc4(size, &scounts, size, &sdispls, size, &rcounts, size, &rdispls)); in DMPlexPartitionLabelInvert()
1323 PetscCall(PetscMPIIntCast(dof, &scounts[neighbors[n]])); in DMPlexPartitionLabelInvert()
1326 PetscCallMPI(MPI_Alltoall(scounts, 1, MPI_INT, rcounts, 1, MPI_INT, comm)); in DMPlexPartitionLabelInvert()
1337 …PetscCallMPI(MPI_Alltoallv(rootPoints, scounts, sdispls, MPIU_SF_NODE, leafPoints, rcounts, rdispl… in DMPlexPartitionLabelInvert()
1339 PetscCall(PetscFree4(scounts, sdispls, rcounts, rdispls)); in DMPlexPartitionLabelInvert()