Searched refs:segrecvblocks (Results 1 – 2 of 2) sorted by relevance
766 PetscCall(PetscSegBufferCreate(stash->blocktype_size, 1, &stash->segrecvblocks)); in MatStashBlockTypeSetUp()811 PetscCall(PetscSegBufferGet(stash->segrecvblocks, hdr->count, &frame->buffer)); in MatStashBTSRecv_Private()977 PetscCall(PetscSegBufferExtractInPlace(stash->segrecvblocks, NULL)); in MatStashScatterEnd_BTS()1008 PetscCall(PetscSegBufferDestroy(&stash->segrecvblocks)); in MatStashScatterDestroy_BTS()
388 PetscSegBuffer segrecvblocks; member