Searched refs:segrecvint (Results 1 – 2 of 2) sorted by relevance
177 PetscCall(PetscSegBufferGet(x->segrecvint, hdr->count, &frame->ints)); in VecAssemblyRecv_MPI_Private()189 PetscCall(PetscSegBufferGet(x->segrecvint, hdr->bcount, &frame->intb)); in VecAssemblyRecv_MPI_Private()259 if (!x->segrecvint) PetscCall(PetscSegBufferCreate(sizeof(PetscInt), 1000, &x->segrecvint)); in VecAssemblyBegin_MPI_BTS()378 PetscCall(PetscSegBufferExtractInPlace(x->segrecvint, NULL)); in VecAssemblyEnd_MPI_BTS()403 PetscCall(PetscSegBufferDestroy(&x->segrecvint)); in VecAssemblyReset_MPI()
38 PetscSegBuffer segrecvint; member