Home
last modified time | relevance | path

Searched refs:PetscSFCreate_Gatherv (Results 1 – 2 of 2) sorted by relevance

/petsc/src/vec/is/sf/interface/
H A Dsfregi.c9 PETSC_INTERN PetscErrorCode PetscSFCreate_Gatherv(PetscSF);
39 PetscCall(PetscSFRegister(PETSCSFGATHERV, PetscSFCreate_Gatherv)); in PetscSFRegisterAll()
/petsc/src/vec/is/sf/impls/basic/gatherv/
H A Dsfgatherv.c53 PETSC_INTERN PetscErrorCode PetscSFCreate_Gatherv(PetscSF sf) in PetscSFCreate_Gatherv() function