Home
last modified time | relevance | path

Searched refs:PetscSFWindowSetSyncType (Results 1 – 3 of 3) sorted by relevance

/petsc/include/
H A Dpetscsf.h129 PETSC_EXTERN PetscErrorCode PetscSFWindowSetSyncType(PetscSF, PetscSFWindowSyncType);
/petsc/doc/changes/
H A D34.md57 PetscSFWindowSetSyncType() and PetscSFWindowSyncType respectively.
/petsc/src/vec/is/sf/impls/window/
H A Dsfwindow.c237 PetscErrorCode PetscSFWindowSetSyncType(PetscSF sf, PetscSFWindowSyncType sync) in PetscSFWindowSetSyncType() function
995 PetscCall(PetscSFWindowSetSyncType(newsf, synctype)); in PetscSFDuplicate_Window()