Home
last modified time | relevance | path

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

/petsc/src/mat/utils/
H A Dmatstash.c937 while (!stash->recvframe_active || stash->recvframe_i == stash->recvframe_count) { in MatStashScatterGetMesg_BTS()
944 stash->recvframe_count = stash->recvframe_active->count; /* From header; maximum count */ in MatStashScatterGetMesg_BTS()
949 stash->recvframe_count = ic; in MatStashScatterGetMesg_BTS()
951 if (stash->recvframe_count > 0) { /* Check for InsertMode consistency */ in MatStashScatterGetMesg_BTS()
/petsc/include/petsc/private/
H A Dmatimpl.h378 PetscInt recvframe_count; /* Count actually sent for current frame */ member