Home
last modified time | relevance | path

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

/petsc/src/mat/impls/aij/mpi/
H A Dmpiaij.c5689 IS isrowb, iscolb; in MatGetBrowsOfAcols() local
5712 PetscCall(ISCreateStride(PETSC_COMM_SELF, B->cmap->N, 0, 1, &iscolb)); in MatGetBrowsOfAcols()
5716 iscolb = *colb; in MatGetBrowsOfAcols()
5720 PetscCall(MatCreateSubMatrices(B, 1, &isrowb, &iscolb, scall, &bseq)); in MatGetBrowsOfAcols()
5729 PetscCall(ISDestroy(&iscolb)); in MatGetBrowsOfAcols()
5731 *colb = iscolb; in MatGetBrowsOfAcols()