Home
last modified time | relevance | path

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

/petsc/include/petsc/private/
H A Dmatimpl.h332 } MatStashFrame; typedef
374 MatStashFrame *sendframes; /* pointers to the main messages */
375 MatStashFrame *recvframes;
376 MatStashFrame *recvframe_active;
/petsc/src/mat/utils/
H A Dmatstash.c767 PetscCall(PetscSegBufferCreate(sizeof(MatStashFrame), 1, &stash->segrecvframe)); in MatStashBlockTypeSetUp()
807 MatStashFrame *frame; in MatStashBTSRecv_Private()