Lines Matching defs:sf

70 static PetscErrorCode PetscSFWindowGetDataTypes(PetscSF sf, MPI_Datatype unit, const MPI_Datatype *…  in PetscSFWindowGetDataTypes()
170 PetscErrorCode PetscSFWindowSetFlavorType(PetscSF sf, PetscSFWindowFlavorType flavor) in PetscSFWindowSetFlavorType()
179 static PetscErrorCode PetscSFWindowSetFlavorType_Window(PetscSF sf, PetscSFWindowFlavorType flavor) in PetscSFWindowSetFlavorType_Window()
203 PetscErrorCode PetscSFWindowGetFlavorType(PetscSF sf, PetscSFWindowFlavorType *flavor) in PetscSFWindowGetFlavorType()
212 static PetscErrorCode PetscSFWindowGetFlavorType_Window(PetscSF sf, PetscSFWindowFlavorType *flavor) in PetscSFWindowGetFlavorType_Window()
237 PetscErrorCode PetscSFWindowSetSyncType(PetscSF sf, PetscSFWindowSyncType sync) in PetscSFWindowSetSyncType()
246 static PetscErrorCode PetscSFWindowSetSyncType_Window(PetscSF sf, PetscSFWindowSyncType sync) in PetscSFWindowSetSyncType_Window()
270 PetscErrorCode PetscSFWindowGetSyncType(PetscSF sf, PetscSFWindowSyncType *sync) in PetscSFWindowGetSyncType()
279 static PetscErrorCode PetscSFWindowGetSyncType_Window(PetscSF sf, PetscSFWindowSyncType *sync) in PetscSFWindowGetSyncType_Window()
304 PetscErrorCode PetscSFWindowSetInfo(PetscSF sf, MPI_Info info) in PetscSFWindowSetInfo()
312 static PetscErrorCode PetscSFWindowSetInfo_Window(PetscSF sf, MPI_Info info) in PetscSFWindowSetInfo_Window()
340 PetscErrorCode PetscSFWindowGetInfo(PetscSF sf, MPI_Info *info) in PetscSFWindowGetInfo()
349 static PetscErrorCode PetscSFWindowGetInfo_Window(PetscSF sf, MPI_Info *info) in PetscSFWindowGetInfo_Window()
358 static PetscErrorCode PetscSFWindowCreateDynamicSF(PetscSF sf, PetscSF *dynsf) in PetscSFWindowCreateDynamicSF()
374 static PetscErrorCode PetscSFWindowAttach(PetscSF sf, PetscSFWinLink link, void *rootdata, size_t w… in PetscSFWindowAttach()
427 static PetscErrorCode PetscSFGetWindow(PetscSF sf, MPI_Datatype unit, void *rootdata, void *leafdat… in PetscSFGetWindow()
605 static PetscErrorCode PetscSFFindWindow(PetscSF sf, MPI_Datatype unit, const void *rootdata, const … in PetscSFFindWindow()
650 static PetscErrorCode PetscSFRestoreWindow(PetscSF sf, MPI_Datatype unit, void *array, PetscSFWindo… in PetscSFRestoreWindow()
740 static PetscErrorCode PetscSFSetUp_Window(PetscSF sf) in PetscSFSetUp_Window()
806 static PetscErrorCode PetscSFSetFromOptions_Window(PetscSF sf, PetscOptionItems PetscOptionsObject) in PetscSFSetFromOptions_Window()
820 static PetscErrorCode PetscSFReset_Window(PetscSF sf) in PetscSFReset_Window()
861 static PetscErrorCode PetscSFRegisterPersistent_Window(PetscSF sf, MPI_Datatype unit, const void *r… in PetscSFRegisterPersistent_Window()
901 static PetscErrorCode PetscSFDeregisterPersistent_Window(PetscSF sf, MPI_Datatype unit, const void … in PetscSFDeregisterPersistent_Window()
936 static PetscErrorCode PetscSFDestroy_Window(PetscSF sf) in PetscSFDestroy_Window()
952 static PetscErrorCode PetscSFView_Window(PetscSF sf, PetscViewer viewer) in PetscSFView_Window()
986 static PetscErrorCode PetscSFDuplicate_Window(PetscSF sf, PetscSFDuplicateOption opt, PetscSF newsf) in PetscSFDuplicate_Window()
1001 static PetscErrorCode PetscSFBcastBegin_Window(PetscSF sf, MPI_Datatype unit, PetscMemType rootmtyp… in PetscSFBcastBegin_Window()
1035 static PetscErrorCode PetscSFBcastEnd_Window(PetscSF sf, MPI_Datatype unit, const void *rootdata, v… in PetscSFBcastEnd_Window()
1056 static PetscErrorCode PetscSFReduceBegin_Window(PetscSF sf, MPI_Datatype unit, PetscMemType leafmty… in PetscSFReduceBegin_Window()
1081 static PetscErrorCode PetscSFReduceEnd_Window(PetscSF sf, MPI_Datatype unit, const void *leafdata, … in PetscSFReduceEnd_Window()
1094 static PetscErrorCode PetscSFFetchAndOpBegin_Window(PetscSF sf, MPI_Datatype unit, PetscMemType roo… in PetscSFFetchAndOpBegin_Window()
1140 static PetscErrorCode PetscSFFetchAndOpEnd_Window(PetscSF sf, MPI_Datatype unit, void *rootdata, co… in PetscSFFetchAndOpEnd_Window()
1159 PETSC_INTERN PetscErrorCode PetscSFCreate_Window(PetscSF sf) in PetscSFCreate_Window()