Searched refs:GetGraph (Results 1 – 7 of 7) sorted by relevance
54 sf->ops->GetGraph = PetscSFGetGraph_Allgatherv; in PetscSFCreate_Gather()
67 sf->ops->GetGraph = PetscSFGetGraph_Allgatherv; in PetscSFCreate_Gatherv()
128 sf->ops->GetGraph = PetscSFGetGraph_Allgatherv; in PetscSFCreate_Allgather()
213 sf->ops->GetGraph = PetscSFGetGraph_Alltoall; in PetscSFCreate_Alltoall()
42 …PetscErrorCode (*GetGraph)(PetscSF, PetscInt *, PetscInt *, const PetscInt **, const PetscSFNode *… member
444 sf->ops->GetGraph = PetscSFGetGraph_Allgatherv; in PetscSFCreate_Allgatherv()
808 if (sf->ops->GetGraph) { in PetscSFGetGraph()809 PetscCall(sf->ops->GetGraph(sf, nroots, nleaves, ilocal, iremote)); in PetscSFGetGraph()