Home
last modified time | relevance | path

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

/petsc/src/vec/is/sf/impls/basic/allgatherv/
H A Dsfallgatherv.h23 PETSC_INTERN PetscErrorCode PetscSFCreateLocalSF_Allgatherv(PetscSF, PetscSF *);
H A Dsfallgatherv.c405 PETSC_INTERN PetscErrorCode PetscSFCreateLocalSF_Allgatherv(PetscSF sf, PetscSF *out) in PetscSFCreateLocalSF_Allgatherv() function
449 sf->ops->CreateLocalSF = PetscSFCreateLocalSF_Allgatherv; in PetscSFCreate_Allgatherv()
/petsc/src/vec/is/sf/impls/basic/gather/
H A Dsfgather.c58 sf->ops->CreateLocalSF = PetscSFCreateLocalSF_Allgatherv; in PetscSFCreate_Gather()
/petsc/src/vec/is/sf/impls/basic/gatherv/
H A Dsfgatherv.c71 sf->ops->CreateLocalSF = PetscSFCreateLocalSF_Allgatherv; in PetscSFCreate_Gatherv()
/petsc/src/vec/is/sf/impls/basic/allgather/
H A Dsfallgather.c127 sf->ops->CreateLocalSF = PetscSFCreateLocalSF_Allgatherv; in PetscSFCreate_Allgather()