Home
last modified time | relevance | path

Searched refs:iscol_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()
553 iscol_block[i] = isrow_block[i]; in MatCreateSubMatrices_MPIBAIJ()
554 PetscCall(PetscObjectReference((PetscObject)iscol_block[i])); in MatCreateSubMatrices_MPIBAIJ()
556 } else PetscCall(ISCompressIndicesGeneral(N, C->cmap->n, bs, ismax, iscol, iscol_block)); in MatCreateSubMatrices_MPIBAIJ()
587 …PetscCall(MatCreateSubMatrices_MPIBAIJ_local(C, max_no, isrow_block + pos, iscol_block + pos, scal… in MatCreateSubMatrices_MPIBAIJ()
606 PetscCall(ISDestroy(&iscol_block[i])); in MatCreateSubMatrices_MPIBAIJ()
608 PetscCall(PetscFree2(isrow_block, iscol_block)); in MatCreateSubMatrices_MPIBAIJ()