Searched refs:segsendblocks (Results 1 – 2 of 2) sorted by relevance
711 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()
386 PetscSegBuffer segsendblocks; member