Home
last modified time | relevance | path

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

/petsc/src/mat/impls/baij/mpi/
H A Dbaijov.c526 IS *isrow_block, *iscol_block; in MatCreateSubMatrices_MPIBAIJ() local
549 PetscCall(PetscMalloc2(ismax, &isrow_block, ismax, &iscol_block)); in MatCreateSubMatrices_MPIBAIJ()
550 PetscCall(ISCompressIndicesGeneral(C->rmap->N, C->rmap->n, bs, ismax, isrow, isrow_block)); in MatCreateSubMatrices_MPIBAIJ()
553 iscol_block[i] = isrow_block[i]; in MatCreateSubMatrices_MPIBAIJ()
587 …PetscCall(MatCreateSubMatrices_MPIBAIJ_local(C, max_no, isrow_block + pos, iscol_block + pos, scal… in MatCreateSubMatrices_MPIBAIJ()
605 PetscCall(ISDestroy(&isrow_block[i])); in MatCreateSubMatrices_MPIBAIJ()
608 PetscCall(PetscFree2(isrow_block, iscol_block)); in MatCreateSubMatrices_MPIBAIJ()