Lines Matching refs:ops
58 sf->ops->BcastBegin = PetscSFBcastBegin_Basic; in PetscSFCreate_Gatherv()
59 sf->ops->BcastEnd = PetscSFBcastEnd_Basic; in PetscSFCreate_Gatherv()
60 sf->ops->ReduceBegin = PetscSFReduceBegin_Basic; in PetscSFCreate_Gatherv()
61 sf->ops->ReduceEnd = PetscSFReduceEnd_Basic; in PetscSFCreate_Gatherv()
64 sf->ops->SetUp = PetscSFSetUp_Allgatherv; in PetscSFCreate_Gatherv()
65 sf->ops->Reset = PetscSFReset_Allgatherv; in PetscSFCreate_Gatherv()
66 sf->ops->Destroy = PetscSFDestroy_Allgatherv; in PetscSFCreate_Gatherv()
67 sf->ops->GetGraph = PetscSFGetGraph_Allgatherv; in PetscSFCreate_Gatherv()
68 sf->ops->GetLeafRanks = PetscSFGetLeafRanks_Allgatherv; in PetscSFCreate_Gatherv()
69 sf->ops->GetRootRanks = PetscSFGetRootRanks_Allgatherv; in PetscSFCreate_Gatherv()
70 sf->ops->FetchAndOpEnd = PetscSFFetchAndOpEnd_Allgatherv; in PetscSFCreate_Gatherv()
71 sf->ops->CreateLocalSF = PetscSFCreateLocalSF_Allgatherv; in PetscSFCreate_Gatherv()
74 sf->ops->FetchAndOpBegin = PetscSFFetchAndOpBegin_Gatherv; in PetscSFCreate_Gatherv()
76 sf->ops->SetCommunicationOps = PetscSFSetCommunicationOps_Gatherv; in PetscSFCreate_Gatherv()