Home
last modified time | relevance | path

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

/petsc/src/vec/is/sf/impls/basic/gather/ !
H A Dsfgather.c48 sf->ops->ReduceBegin = PetscSFReduceBegin_Basic; in PetscSFCreate_Gather()
/petsc/src/vec/is/sf/impls/basic/gatherv/ !
H A Dsfgatherv.c60 sf->ops->ReduceBegin = PetscSFReduceBegin_Basic; in PetscSFCreate_Gatherv()
/petsc/src/vec/is/sf/impls/basic/alltoall/ !
H A Dsfalltoall.c196 sf->ops->ReduceBegin = PetscSFReduceBegin_Basic; in PetscSFCreate_Alltoall()
/petsc/src/vec/is/sf/impls/basic/allgather/ !
H A Dsfallgather.c134 sf->ops->ReduceBegin = PetscSFReduceBegin_Allgather; in PetscSFCreate_Allgather()
/petsc/include/petsc/private/ !
H A Dsfimpl.h34 …PetscErrorCode (*ReduceBegin)(PetscSF, MPI_Datatype, PetscMemType, const void *, PetscMemType, voi… member
/petsc/src/vec/is/sf/impls/basic/neighbor/ !
H A Dsfneighbor.c284 sf->ops->ReduceBegin = PetscSFReduceBegin_Basic; in PetscSFCreate_Neighbor()
/petsc/src/vec/is/sf/impls/basic/allgatherv/ !
H A Dsfallgatherv.c446 sf->ops->ReduceBegin = PetscSFReduceBegin_Allgatherv; in PetscSFCreate_Allgatherv()
/petsc/src/vec/is/sf/impls/basic/ !
H A Dsfbasic.c618 sf->ops->ReduceBegin = PetscSFReduceBegin_Basic; in PetscSFCreate_Basic()
/petsc/src/vec/is/sf/interface/ !
H A Dsf.c1595 PetscCall(sf->ops->ReduceBegin(sf, unit, leafmtype, leafdata, rootmtype, rootdata, op)); in PetscSFReduceBegin()
1626 PetscCall(sf->ops->ReduceBegin(sf, unit, leafmtype, leafdata, rootmtype, rootdata, op)); in PetscSFReduceWithMemTypeBegin()
/petsc/src/vec/is/sf/impls/window/ !
H A Dsfwindow.c1172 sf->ops->ReduceBegin = PetscSFReduceBegin_Window; in PetscSFCreate_Window()