Home
last modified time | relevance | path

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

/petsc/include/
H A Dpetscsf.h133 PETSC_EXTERN PetscErrorCode PetscSFWindowSetInfo(PetscSF, MPI_Info);
/petsc/src/vec/is/sf/impls/window/
H A Dsfwindow.c304 PetscErrorCode PetscSFWindowSetInfo(PetscSF sf, MPI_Info info) in PetscSFWindowSetInfo() function
997 PetscCall(PetscSFWindowSetInfo(newsf, w->info)); in PetscSFDuplicate_Window()