Home
last modified time | relevance | path

Searched refs:PetscSFBcastBegin_Basic (Results 1 – 6 of 6) sorted by relevance

/petsc/src/vec/is/sf/impls/basic/gather/
H A Dsfgather.c46 sf->ops->BcastBegin = PetscSFBcastBegin_Basic; in PetscSFCreate_Gather()
/petsc/src/vec/is/sf/impls/basic/
H A Dsfbasic.h69 PETSC_INTERN PetscErrorCode PetscSFBcastBegin_Basic(PetscSF, MPI_Datatype, PetscMemType, const void…
H A Dsfbasic.c352 PETSC_INTERN PetscErrorCode PetscSFBcastBegin_Basic(PetscSF sf, MPI_Datatype unit, PetscMemType roo… in PetscSFBcastBegin_Basic() function
616 sf->ops->BcastBegin = PetscSFBcastBegin_Basic; in PetscSFCreate_Basic()
/petsc/src/vec/is/sf/impls/basic/gatherv/
H A Dsfgatherv.c58 sf->ops->BcastBegin = PetscSFBcastBegin_Basic; in PetscSFCreate_Gatherv()
/petsc/src/vec/is/sf/impls/basic/alltoall/
H A Dsfalltoall.c194 sf->ops->BcastBegin = PetscSFBcastBegin_Basic; in PetscSFCreate_Alltoall()
/petsc/src/vec/is/sf/impls/basic/neighbor/
H A Dsfneighbor.c282 sf->ops->BcastBegin = PetscSFBcastBegin_Basic; in PetscSFCreate_Neighbor()