Home
last modified time | relevance | path

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

/petsc/src/mat/utils/
H A Dmatstash.c711 PetscCall(PetscSegBufferGet(stash->segsendblocks, 1, &block)); in MatStashSortCompress_Private()
765 PetscCall(PetscSegBufferCreate(stash->blocktype_size, 1, &stash->segsendblocks)); in MatStashBlockTypeSetUp()
835 PetscCall(PetscSegBufferGetSize(stash->segsendblocks, &nblocks)); in MatStashScatterBegin_BTS()
836 PetscCall(PetscSegBufferExtractInPlace(stash->segsendblocks, &sendblocks)); in MatStashScatterBegin_BTS()
1005 PetscCall(PetscSegBufferDestroy(&stash->segsendblocks)); in MatStashScatterDestroy_BTS()
/petsc/include/petsc/private/
H A Dmatimpl.h386 PetscSegBuffer segsendblocks; member