Lines Matching refs:PetscSFLink

276 inline PetscErrorCode SfInterface<T>::Pack(PetscSFLink link, PetscInt count, PetscInt start, PetscS…  in Pack()
292 inline PetscErrorCode SfInterface<T>::UnpackAndOp(PetscSFLink link, PetscInt count, PetscInt start,… in UnpackAndOp()
308 inline PetscErrorCode SfInterface<T>::FetchAndOp(PetscSFLink link, PetscInt count, PetscInt start, … in FetchAndOp()
320 inline PetscErrorCode SfInterface<T>::ScatterAndOp(PetscSFLink link, PetscInt count, PetscInt srcSt… in ScatterAndOp()
362 inline PetscErrorCode SfInterface<T>::ScatterAndInsert(PetscSFLink link, PetscInt count, PetscInt s… in ScatterAndInsert()
377 inline PetscErrorCode SfInterface<T>::FetchAndOpLocal(PetscSFLink link, PetscInt count, PetscInt ro… in FetchAndOpLocal()
393 inline void SfInterface<T>::PackInit_RealType(PetscSFLink link) noexcept in PackInit_RealType()
432 static inline void Init(PetscSFLink link) noexcept in Init()
466 static inline void Init(PetscSFLink) { /* Nothing to leave function pointers NULL */ } in Init()
471 inline void SfInterface<T>::PackInit_IntegerType(PetscSFLink link) noexcept in PackInit_IntegerType()
505 inline void SfInterface<T>::PackInit_ComplexType(PetscSFLink link) noexcept in PackInit_ComplexType()
541 inline void SfInterface<T>::PackInit_PairType(PetscSFLink link) noexcept in PackInit_PairType()
556 inline void SfInterface<T>::PackInit_DumbType(PetscSFLink link) noexcept in PackInit_DumbType()
566 inline PetscErrorCode SfInterface<T>::LinkSyncDevice(PetscSFLink) noexcept in LinkSyncDevice() argument
574 inline PetscErrorCode SfInterface<T>::LinkSyncStream(PetscSFLink link) noexcept in LinkSyncStream()
582 inline PetscErrorCode SfInterface<T>::LinkMemcpy(PetscSFLink link, PetscMemType dstmtype, void *dst… in LinkMemcpy()
626 inline PetscErrorCode SfInterface<T>::LinkDestroy_MPI(PetscSF, PetscSFLink link) noexcept in LinkDestroy_MPI()
642 inline PetscErrorCode SfInterface<T>::LinkSetUp(PetscSF sf, PetscSFLink link, MPI_Datatype unit) no… in LinkSetUp()