Home
last modified time | relevance | path

Searched defs:_n_PetscSFLink (Results 1 – 1 of 1) sorted by relevance

/petsc/src/vec/is/sf/impls/basic/
H A Dsfpack.h54 struct _n_PetscSFLink { struct
55 …oid *, PetscMemType, const void *, size_t); /* Async device memcopy might use stream in the link */
56 PetscErrorCode (*PrePack)(PetscSF, PetscSFLink, PetscSFDirection);
57 PetscErrorCode (*PostUnpack)(PetscSF, PetscSFLink, PetscSFDirection);
58 …rCode (*InitMPIRequests)(PetscSF, PetscSFLink, PetscSFDirection); // init (persistent) MPI requests
59 PetscErrorCode (*StartCommunication)(PetscSF, PetscSFLink, PetscSFDirection);
60 PetscErrorCode (*FinishCommunication)(PetscSF, PetscSFLink, PetscSFDirection);
61 PetscErrorCode (*SyncDevice)(PetscSFLink);
62 PetscErrorCode (*SyncStream)(PetscSFLink);
63 PetscErrorCode (*Destroy)(PetscSF, PetscSFLink);
[all …]