Home
last modified time | relevance | path

Searched refs:recvframes (Results 1 – 2 of 2) sorted by relevance

/petsc/src/mat/utils/
H A Dmatstash.c920 PetscCall(PetscSegBufferExtractInPlace(stash->segrecvframe, &stash->recvframes)); in MatStashScatterBegin_BTS()
943 stash->recvframe_active = &stash->recvframes[stash->some_indices[stash->some_i]]; in MatStashScatterGetMesg_BTS()
1007 stash->recvframes = NULL; in MatStashScatterDestroy_BTS()
/petsc/include/petsc/private/
H A Dmatimpl.h375 MatStashFrame *recvframes; member