Home
last modified time | relevance | path

Searched refs:CreateLocalSF (Results 1 – 7 of 7) sorted by relevance

/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/alltoall/ !
H A Dsfalltoall.c214 sf->ops->CreateLocalSF = PetscSFCreateLocalSF_Alltoall; in PetscSFCreate_Alltoall()
/petsc/src/vec/is/sf/impls/basic/allgather/ !
H A Dsfallgather.c127 sf->ops->CreateLocalSF = PetscSFCreateLocalSF_Allgatherv; in PetscSFCreate_Allgather()
/petsc/include/petsc/private/ !
H A Dsfimpl.h41 PetscErrorCode (*CreateLocalSF)(PetscSF, PetscSF *); member
/petsc/src/vec/is/sf/impls/basic/allgatherv/ !
H A Dsfallgatherv.c449 sf->ops->CreateLocalSF = PetscSFCreateLocalSF_Allgatherv; in PetscSFCreate_Allgatherv()
/petsc/src/vec/is/sf/interface/ !
H A Dsf.c2251 if (sf->ops->CreateLocalSF) PetscUseTypeMethod(sf, CreateLocalSF, out); in PetscSFCreateLocalSF_Private()