Home
last modified time | relevance | path

Searched defs:rdispls (Results 1 – 4 of 4) sorted by relevance

/petsc/include/
H A Dpetsclog.h540 …#define MPI_Alltoallv(sendbuf, sendcnts, sdispls, sendtype, recvbuf, recvcnts, rdispls, recvtype, … argument
564 …#define MPI_Ialltoallv(sendbuf, sendcnts, sdispls, sendtype, recvbuf, recvcnts, rdispls, recvtype,… argument
/petsc/include/petsc/mpiuni/
H A Dmpi.h508 …#define MPI_Alltoallv(sendbuf, sendcounts, sdispls, sendtype, recvbuf, recvcounts, rdispls, recvty… argument
510 …#define MPI_Alltoallw(sendbuf, sendcounts, sdispls, sendtypes, recvbuf, recvcounts, rdispls, recvt… argument
/petsc/src/sys/mpiuni/
H A Dmpi.c729 …dcounts, int *sdispls, int *sendtype, void *recvbuf, int *recvcounts, int *rdispls, int *recvtype,… in petsc_mpi_alltoallv_()
/petsc/src/dm/impls/plex/
H A Dplexpartition.c1307 PetscMPIInt *scounts, *sdispls, *rcounts, *rdispls; in DMPlexPartitionLabelInvert() local