Lines Matching refs:rowindices
34 PetscCall(PetscFree2(aij->rowvalues, aij->rowindices)); in MatReset_MPIAIJ()
835 PetscCall(PetscFree2(aij->rowvalues, aij->rowindices)); in MatAssemblyEnd_MPIAIJ()
1734 PetscCall(PetscMalloc2(max, &mat->rowvalues, max, &mat->rowindices)); in MatGetRow_MPIAIJ()
1772 *idx = idx_p = mat->rowindices; in MatGetRow_MPIAIJ()
2972 a->rowindices = NULL; in MatDuplicate_MPIAIJ()
5599 PetscInt i, htsize, *rowindices, off, *mapping, key, count; in MatGetBrowsOfAcols_MPIXAIJ() local
5630 PetscCall(PetscCalloc1(htsize, &rowindices)); in MatGetBrowsOfAcols_MPIXAIJ()
5632 PetscCall(PetscHMapIGetKeys(hamp, &off, rowindices)); in MatGetBrowsOfAcols_MPIXAIJ()
5634 PetscCall(PetscSortInt(htsize, rowindices)); in MatGetBrowsOfAcols_MPIXAIJ()
5635 PetscCall(ISCreateGeneral(comm, htsize, rowindices, PETSC_OWN_POINTER, &rows)); in MatGetBrowsOfAcols_MPIXAIJ()
6817 b->rowindices = NULL; in MatCreate_MPIAIJ()