Home
last modified time | relevance | path

Searched refs:BcastToZero (Results 1 – 4 of 4) sorted by relevance

/petsc/src/vec/is/sf/impls/basic/allgather/
H A Dsfallgather.c135 sf->ops->BcastToZero = PetscSFBcastToZero_Allgather; in PetscSFCreate_Allgather()
/petsc/include/petsc/private/
H A Dsfimpl.h38 …PetscErrorCode (*BcastToZero)(PetscSF, MPI_Datatype, PetscMemType, const void *, PetscMemType, voi… member
/petsc/src/vec/is/sf/impls/basic/allgatherv/
H A Dsfallgatherv.c450 sf->ops->BcastToZero = PetscSFBcastToZero_Allgatherv; in PetscSFCreate_Allgatherv()
/petsc/src/vec/is/sf/interface/
H A Dsf.c2297 PetscUseTypeMethod(sf, BcastToZero, unit, rootmtype, rootdata, leafmtype, leafdata); in PetscSFBcastToZero_Private()