Home
last modified time | relevance | path

Searched defs:sdispls (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/dm/impls/plex/
H A Dplexpartition.c1307 PetscMPIInt *scounts, *sdispls, *rcounts, *rdispls; in DMPlexPartitionLabelInvert() local
/petsc/src/sys/mpiuni/
H A Dmpi.c729 PETSC_EXTERN void petsc_mpi_alltoallv_(void *sendbuf, int *sendcounts, int *sdispls, int *sendtype,… in petsc_mpi_alltoallv_()