Home
last modified time | relevance | path

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

/petsc/src/mat/utils/ !
H A Dmatstash.c793 …PetscCallMPI(MPIU_Isend(stash->sendframes[rankid].buffer, hdr->count, stash->blocktype, rank, tag[… in MatStashBTSSend_Private()
794 stash->sendframes[rankid].count = hdr->count; in MatStashBTSSend_Private()
795 stash->sendframes[rankid].pending = 1; in MatStashBTSSend_Private()
841 stash->sendframes[i].buffer = &sendblocks[b * stash->blocktype_size]; in MatStashScatterBegin_BTS()
871 …ks, &stash->sendranks, stash->nsendranks, &stash->sendhdr, stash->nsendranks, &stash->sendframes)); in MatStashScatterBegin_BTS()
889 stash->sendframes[sendno].buffer = sendblock_rowstart; in MatStashScatterBegin_BTS()
890 stash->sendframes[sendno].pending = 0; in MatStashScatterBegin_BTS()
1012 PetscCall(PetscFree3(stash->sendranks, stash->sendhdr, stash->sendframes)); in MatStashScatterDestroy_BTS()
/petsc/include/petsc/private/ !
H A Dmatimpl.h374 MatStashFrame *sendframes; /* pointers to the main messages */ member