Home
last modified time | relevance | path

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

/petsc/src/mat/utils/
H A Dmatstash.c766 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()
/petsc/include/petsc/private/
H A Dmatimpl.h388 PetscSegBuffer segrecvblocks; member