Lines Matching refs:ops
46 sf->ops->BcastBegin = PetscSFBcastBegin_Basic; in PetscSFCreate_Gather()
47 sf->ops->BcastEnd = PetscSFBcastEnd_Basic; in PetscSFCreate_Gather()
48 sf->ops->ReduceBegin = PetscSFReduceBegin_Basic; in PetscSFCreate_Gather()
49 sf->ops->ReduceEnd = PetscSFReduceEnd_Basic; in PetscSFCreate_Gather()
52 sf->ops->Reset = PetscSFReset_Allgatherv; in PetscSFCreate_Gather()
53 sf->ops->Destroy = PetscSFDestroy_Allgatherv; in PetscSFCreate_Gather()
54 sf->ops->GetGraph = PetscSFGetGraph_Allgatherv; in PetscSFCreate_Gather()
55 sf->ops->GetRootRanks = PetscSFGetRootRanks_Allgatherv; in PetscSFCreate_Gather()
56 sf->ops->GetLeafRanks = PetscSFGetLeafRanks_Allgatherv; in PetscSFCreate_Gather()
57 sf->ops->FetchAndOpEnd = PetscSFFetchAndOpEnd_Allgatherv; in PetscSFCreate_Gather()
58 sf->ops->CreateLocalSF = PetscSFCreateLocalSF_Allgatherv; in PetscSFCreate_Gather()
61 sf->ops->SetUp = PetscSFSetUp_Allgather; in PetscSFCreate_Gather()
64 sf->ops->FetchAndOpBegin = PetscSFFetchAndOpBegin_Gatherv; in PetscSFCreate_Gather()
66 sf->ops->SetCommunicationOps = PetscSFSetCommunicationOps_Gather; in PetscSFCreate_Gather()