Home
last modified time | relevance | path

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

/petsc/include/
H A Dpetscsf.h53 } PetscSFWindowSyncType; typedef
129 PETSC_EXTERN PetscErrorCode PetscSFWindowSetSyncType(PetscSF, PetscSFWindowSyncType);
130 PETSC_EXTERN PetscErrorCode PetscSFWindowGetSyncType(PetscSF, PetscSFWindowSyncType *);
/petsc/src/vec/is/sf/impls/window/
H A Dsfwindow.c7 PetscSFWindowSyncType sync; /* FENCE, LOCK, or ACTIVE synchronization */
237 PetscErrorCode PetscSFWindowSetSyncType(PetscSF sf, PetscSFWindowSyncType sync) in PetscSFWindowSetSyncType()
242 PetscTryMethod(sf, "PetscSFWindowSetSyncType_C", (PetscSF, PetscSFWindowSyncType), (sf, sync)); in PetscSFWindowSetSyncType()
246 static PetscErrorCode PetscSFWindowSetSyncType_Window(PetscSF sf, PetscSFWindowSyncType sync) in PetscSFWindowSetSyncType_Window()
270 PetscErrorCode PetscSFWindowGetSyncType(PetscSF sf, PetscSFWindowSyncType *sync) in PetscSFWindowGetSyncType()
275 PetscUseMethod(sf, "PetscSFWindowGetSyncType_C", (PetscSF, PetscSFWindowSyncType *), (sf, sync)); in PetscSFWindowGetSyncType()
279 static PetscErrorCode PetscSFWindowGetSyncType_Window(PetscSF sf, PetscSFWindowSyncType *sync) in PetscSFWindowGetSyncType_Window()
427 …ow(PetscSF sf, MPI_Datatype unit, void *rootdata, void *leafdata, PetscSFWindowSyncType sync, Pets… in PetscSFGetWindow()
650 … PetscSFRestoreWindow(PetscSF sf, MPI_Datatype unit, void *array, PetscSFWindowSyncType sync, Pets… in PetscSFRestoreWindow()
989 PetscSFWindowSyncType synctype; in PetscSFDuplicate_Window()
/petsc/doc/changes/
H A D34.md57 PetscSFWindowSetSyncType() and PetscSFWindowSyncType respectively.