Home
last modified time | relevance | path

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

/petsc/src/vec/is/sf/impls/basic/gather/
H A Dsfgather.c64 sf->ops->FetchAndOpBegin = PetscSFFetchAndOpBegin_Gatherv; in PetscSFCreate_Gather()
/petsc/src/vec/is/sf/impls/basic/gatherv/
H A Dsfgatherv.c74 sf->ops->FetchAndOpBegin = PetscSFFetchAndOpBegin_Gatherv; in PetscSFCreate_Gatherv()
/petsc/src/vec/is/sf/impls/basic/alltoall/
H A Dsfalltoall.c210 sf->ops->FetchAndOpBegin = PetscSFFetchAndOpBegin_Gatherv; in PetscSFCreate_Alltoall()
/petsc/src/vec/is/sf/impls/basic/allgather/
H A Dsfallgather.c124 sf->ops->FetchAndOpBegin = PetscSFFetchAndOpBegin_Allgatherv; in PetscSFCreate_Allgather()
/petsc/include/petsc/private/
H A Dsfimpl.h36 …PetscErrorCode (*FetchAndOpBegin)(PetscSF, MPI_Datatype, PetscMemType, void *, PetscMemType, const… member
/petsc/src/vec/is/sf/impls/basic/neighbor/
H A Dsfneighbor.c286 sf->ops->FetchAndOpBegin = PetscSFFetchAndOpBegin_Basic; in PetscSFCreate_Neighbor()
/petsc/src/vec/is/sf/impls/basic/allgatherv/
H A Dsfallgatherv.c447 sf->ops->FetchAndOpBegin = PetscSFFetchAndOpBegin_Allgatherv; in PetscSFCreate_Allgatherv()
/petsc/src/vec/is/sf/impls/basic/
H A Dsfbasic.c620 sf->ops->FetchAndOpBegin = PetscSFFetchAndOpBegin_Basic; in PetscSFCreate_Basic()
/petsc/src/vec/is/sf/interface/
H A Dsf.c1697 …PetscUseTypeMethod(sf, FetchAndOpBegin, unit, rootmtype, rootdata, leafmtype, leafdata, leafupdate… in PetscSFFetchAndOpBegin()
1735 …PetscUseTypeMethod(sf, FetchAndOpBegin, unit, rootmtype, rootdata, leafmtype, leafdata, leafupdate… in PetscSFFetchAndOpWithMemTypeBegin()
/petsc/src/vec/is/sf/impls/window/
H A Dsfwindow.c1174 sf->ops->FetchAndOpBegin = PetscSFFetchAndOpBegin_Window; in PetscSFCreate_Window()