Home
last modified time | relevance | path

Searched defs:leafmtype (Results 1 – 12 of 12) sorted by relevance

/dports/science/PETSc/petsc-3.14.1/src/vec/is/sf/impls/basic/gatherv/
H A Dsfgatherv.c9 …sf,MPI_Datatype unit,PetscMemType rootmtype,const void *rootdata,PetscMemType leafmtype,void *leaf… in PetscSFBcastAndOpBegin_Gatherv()
29 …rrorCode PetscSFReduceBegin_Gatherv(PetscSF sf,MPI_Datatype unit,PetscMemType leafmtype,const void… in PetscSFReduceBegin_Gatherv()
49 …tscSF sf,MPI_Datatype unit,PetscMemType rootmtype,void *rootdata,PetscMemType leafmtype,const void… in PetscSFFetchAndOpBegin_Gatherv()
/dports/science/PETSc/petsc-3.14.1/src/vec/is/sf/impls/basic/allgather/
H A Dsfallgather.c33 …sf,MPI_Datatype unit,PetscMemType rootmtype,const void *rootdata,PetscMemType leafmtype,void *leaf… in PetscSFBcastAndOpBegin_Allgather()
52 …orCode PetscSFReduceBegin_Allgather(PetscSF sf,MPI_Datatype unit,PetscMemType leafmtype,const void… in PetscSFReduceBegin_Allgather()
86 …sf,MPI_Datatype unit,PetscMemType rootmtype,const void *rootdata,PetscMemType leafmtype,void *leaf… in PetscSFBcastToZero_Allgather()
/dports/science/PETSc/petsc-3.14.1/src/vec/is/sf/impls/basic/gather/
H A Dsfgather.c7 …sf,MPI_Datatype unit,PetscMemType rootmtype,const void *rootdata,PetscMemType leafmtype,void *leaf… in PetscSFBcastAndOpBegin_Gather()
26 static PetscErrorCode PetscSFReduceBegin_Gather(PetscSF sf,MPI_Datatype unit,PetscMemType leafmtype in PetscSFReduceBegin_Gather()
/dports/science/PETSc/petsc-3.14.1/src/vec/is/sf/impls/basic/neighbor/
H A Dsfneighbor.c113 …sf,MPI_Datatype unit,PetscMemType rootmtype,const void *rootdata,PetscMemType leafmtype,void *leaf… in PetscSFBcastAndOpBegin_Neighbor()
133 …ode PetscSFLeafToRootBegin_Neighbor(PetscSF sf,MPI_Datatype unit,PetscMemType leafmtype,const void… in PetscSFLeafToRootBegin_Neighbor()
153 …rorCode PetscSFReduceBegin_Neighbor(PetscSF sf,MPI_Datatype unit,PetscMemType leafmtype,const void… in PetscSFReduceBegin_Neighbor()
164 …tscSF sf,MPI_Datatype unit,PetscMemType rootmtype,void *rootdata,PetscMemType leafmtype,const void… in PetscSFFetchAndOpBegin_Neighbor()
/dports/science/PETSc/petsc-3.14.1/src/vec/is/sf/impls/basic/allgatherv/
H A Dsfallgatherv.c85 …sf,MPI_Datatype unit,PetscMemType rootmtype,const void *rootdata,PetscMemType leafmtype,void *leaf… in PetscSFBcastAndOpBegin_Allgatherv()
105 …rCode PetscSFReduceBegin_Allgatherv(PetscSF sf,MPI_Datatype unit,PetscMemType leafmtype,const void… in PetscSFReduceBegin_Allgatherv()
142 …sf,MPI_Datatype unit,PetscMemType rootmtype,const void *rootdata,PetscMemType leafmtype,void *leaf… in PetscSFBcastToZero_Allgatherv()
198 …tscSF sf,MPI_Datatype unit,PetscMemType rootmtype,void *rootdata,PetscMemType leafmtype,const void… in PetscSFFetchAndOpBegin_Allgatherv()
/dports/science/PETSc/petsc-3.14.1/src/vec/is/sf/impls/basic/
H A Dsfbasic.c130 …sf,MPI_Datatype unit,PetscMemType rootmtype,const void *rootdata,PetscMemType leafmtype,void *leaf… in PetscSFBcastAndOpBegin_Basic()
169 …orCode PetscSFLeafToRootBegin_Basic(PetscSF sf,MPI_Datatype unit,PetscMemType leafmtype,const void… in PetscSFLeafToRootBegin_Basic()
187 static PetscErrorCode PetscSFReduceBegin_Basic(PetscSF sf,MPI_Datatype unit,PetscMemType leafmtype,… in PetscSFReduceBegin_Basic()
211 …tscSF sf,MPI_Datatype unit,PetscMemType rootmtype,void *rootdata,PetscMemType leafmtype,const void… in PetscSFFetchAndOpBegin_Basic()
H A Dsfpack.c492 …sf,MPI_Datatype unit,PetscMemType rootmtype,const void *rootdata,PetscMemType leafmtype,const void… in PetscSFLinkCreate()
1226 PetscMemType leafmtype = link->leafmtype; in PetscSFLinkPackLeafData() local
1282 PetscMemType leafmtype = link->leafmtype; in PetscSFLinkUnpackLeafData() local
1341 const PetscMemType rootmtype = link->rootmtype,leafmtype = link->leafmtype; in PetscSFLinkBcastAndOpLocal() local
1374 const PetscMemType rootmtype = link->rootmtype,leafmtype = link->leafmtype; in PetscSFLinkReduceLocal() local
1407 const PetscMemType rootmtype = link->rootmtype,leafmtype = link->leafmtype; in PetscSFLinkFetchAndOpLocal() local
H A Dsfpack.h165 PetscMemType rootmtype,leafmtype; /* root/leafdata's memory type */ member
/dports/science/PETSc/petsc-3.14.1/src/vec/is/sf/impls/basic/alltoall/
H A Dsfalltoall.c34 …sf,MPI_Datatype unit,PetscMemType rootmtype,const void *rootdata,PetscMemType leafmtype,void *leaf… in PetscSFBcastAndOpBegin_Alltoall()
51 …rorCode PetscSFReduceBegin_Alltoall(PetscSF sf,MPI_Datatype unit,PetscMemType leafmtype,const void… in PetscSFReduceBegin_Alltoall()
/dports/science/PETSc/petsc-3.14.1/src/vec/is/sf/interface/
H A Dsf.c1418 PetscMemType rootmtype,leafmtype; in PetscSFBcastAndOpBegin() local
1451 …sf,MPI_Datatype unit,PetscMemType rootmtype,const void *rootdata,PetscMemType leafmtype,void *leaf… in PetscSFBcastAndOpWithMemTypeBegin()
1520 PetscMemType rootmtype,leafmtype; in PetscSFReduceBegin() local
1553 PetscErrorCode PetscSFReduceWithMemTypeBegin(PetscSF sf,MPI_Datatype unit,PetscMemType leafmtype,co… in PetscSFReduceWithMemTypeBegin()
1624 PetscMemType rootmtype,leafmtype,leafupdatemtype; in PetscSFFetchAndOpBegin() local
2183 PetscMemType rootmtype,leafmtype; in PetscSFBcastToZero_Private() local
/dports/science/PETSc/petsc-3.14.1/include/
H A Dpetscsf.h197 …sf,MPI_Datatype unit,PetscMemType rootmtype,const void* rootdata,PetscMemType leafmtype,void* leaf… in PetscSFBcastWithMemTypeBegin()
/dports/science/PETSc/petsc-3.14.1/src/vec/is/sf/impls/window/
H A Dsfwindow.c830 …sf,MPI_Datatype unit,PetscMemType rootmtype,const void *rootdata,PetscMemType leafmtype,void *leaf… in PetscSFBcastAndOpBegin_Window()
886 PetscErrorCode PetscSFReduceBegin_Window(PetscSF sf,MPI_Datatype unit,PetscMemType leafmtype,const … in PetscSFReduceBegin_Window()
932 …tscSF sf,MPI_Datatype unit,PetscMemType rootmtype,void *rootdata,PetscMemType leafmtype,const void… in PetscSFFetchAndOpBegin_Window()