Home
last modified time | relevance | path

Searched refs:PetscSFGetGraph_Allgatherv (Results 1 – 5 of 5) sorted by relevance

/petsc/src/vec/is/sf/impls/basic/allgatherv/
H A Dsfallgatherv.h24 PETSC_INTERN PetscErrorCode PetscSFGetGraph_Allgatherv(PetscSF, PetscInt *, PetscInt *, const Petsc…
H A Dsfallgatherv.c4 PETSC_INTERN PetscErrorCode PetscSFGetGraph_Allgatherv(PetscSF sf, PetscInt *nroots, PetscInt *nlea… in PetscSFGetGraph_Allgatherv() function
444 sf->ops->GetGraph = PetscSFGetGraph_Allgatherv; in PetscSFCreate_Allgatherv()
/petsc/src/vec/is/sf/impls/basic/gather/
H A Dsfgather.c54 sf->ops->GetGraph = PetscSFGetGraph_Allgatherv; in PetscSFCreate_Gather()
/petsc/src/vec/is/sf/impls/basic/gatherv/
H A Dsfgatherv.c67 sf->ops->GetGraph = PetscSFGetGraph_Allgatherv; in PetscSFCreate_Gatherv()
/petsc/src/vec/is/sf/impls/basic/allgather/
H A Dsfallgather.c128 sf->ops->GetGraph = PetscSFGetGraph_Allgatherv; in PetscSFCreate_Allgather()