Home
last modified time | relevance | path

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

/petsc/src/vec/is/sf/impls/basic/allgatherv/
H A Dsfallgatherv.h17 PETSC_INTERN PetscErrorCode PetscSFReset_Allgatherv(PetscSF);
H A Dsfallgatherv.c74 PETSC_INTERN PetscErrorCode PetscSFReset_Allgatherv(PetscSF sf) in PetscSFReset_Allgatherv() function
97 PetscCall(PetscSFReset_Allgatherv(sf)); in PetscSFDestroy_Allgatherv()
440 sf->ops->Reset = PetscSFReset_Allgatherv; in PetscSFCreate_Allgatherv()
/petsc/src/vec/is/sf/impls/basic/gather/
H A Dsfgather.c52 sf->ops->Reset = PetscSFReset_Allgatherv; in PetscSFCreate_Gather()
/petsc/src/vec/is/sf/impls/basic/gatherv/
H A Dsfgatherv.c65 sf->ops->Reset = PetscSFReset_Allgatherv; in PetscSFCreate_Gatherv()
/petsc/src/vec/is/sf/impls/basic/alltoall/
H A Dsfalltoall.c201 sf->ops->Reset = PetscSFReset_Allgatherv; in PetscSFCreate_Alltoall()
/petsc/src/vec/is/sf/impls/basic/allgather/
H A Dsfallgather.c122 sf->ops->Reset = PetscSFReset_Allgatherv; in PetscSFCreate_Allgather()