Home
last modified time | relevance | path

Searched refs:PetscSFDestroy_Allgatherv (Results 1 – 6 of 6) sorted by relevance

/petsc/src/vec/is/sf/impls/basic/allgatherv/
H A Dsfallgatherv.h18 PETSC_INTERN PetscErrorCode PetscSFDestroy_Allgatherv(PetscSF);
H A Dsfallgatherv.c94 PETSC_INTERN PetscErrorCode PetscSFDestroy_Allgatherv(PetscSF sf) in PetscSFDestroy_Allgatherv() function
441 sf->ops->Destroy = PetscSFDestroy_Allgatherv; in PetscSFCreate_Allgatherv()
/petsc/src/vec/is/sf/impls/basic/gather/
H A Dsfgather.c53 sf->ops->Destroy = PetscSFDestroy_Allgatherv; in PetscSFCreate_Gather()
/petsc/src/vec/is/sf/impls/basic/gatherv/
H A Dsfgatherv.c66 sf->ops->Destroy = PetscSFDestroy_Allgatherv; in PetscSFCreate_Gatherv()
/petsc/src/vec/is/sf/impls/basic/alltoall/
H A Dsfalltoall.c200 sf->ops->Destroy = PetscSFDestroy_Allgatherv; in PetscSFCreate_Alltoall()
/petsc/src/vec/is/sf/impls/basic/allgather/
H A Dsfallgather.c123 sf->ops->Destroy = PetscSFDestroy_Allgatherv; in PetscSFCreate_Allgather()