Home
last modified time | relevance | path

Searched refs:SetCommunicationOps (Results 1 – 7 of 7) sorted by relevance

/petsc/src/vec/is/sf/impls/basic/gather/
H A Dsfgather.c66 sf->ops->SetCommunicationOps = PetscSFSetCommunicationOps_Gather; in PetscSFCreate_Gather()
/petsc/src/vec/is/sf/impls/basic/gatherv/
H A Dsfgatherv.c76 sf->ops->SetCommunicationOps = PetscSFSetCommunicationOps_Gatherv; in PetscSFCreate_Gatherv()
/petsc/src/vec/is/sf/impls/basic/alltoall/
H A Dsfalltoall.c217 sf->ops->SetCommunicationOps = PetscSFSetCommunicationOps_Alltoall; in PetscSFCreate_Alltoall()
/petsc/src/vec/is/sf/impls/basic/
H A Dsfmpi.c166 PetscTryTypeMethod(sf, SetCommunicationOps, link); in PetscSFLinkCreate_MPI()
H A Dsfbasic.c624 sf->ops->SetCommunicationOps = PetscSFSetCommunicationOps_Basic; in PetscSFCreate_Basic()
/petsc/include/petsc/private/
H A Dsfimpl.h45 PetscErrorCode (*SetCommunicationOps)(PetscSF, PetscSFLink); member
/petsc/src/vec/is/sf/impls/basic/neighbor/
H A Dsfneighbor.c294 sf->ops->SetCommunicationOps = PetscSFSetCommunicationOps_Neighbor; in PetscSFCreate_Neighbor()