Searched refs:colsoaij (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/mat/impls/kaij/ |
| H A D | kaij.c | 1265 PetscInt nz, *idx, ncolsaij = 0, ncolsoaij = 0, *colsaij, *colsoaij, r, s, c, i, j, lrow; in MatGetRow_MPIKAIJ() local 1290 PetscCall(MatGetRow_SeqAIJ(MatOAIJ, lrow / p, &ncolsoaij, &colsoaij, &ovals)); in MatGetRow_MPIKAIJ() 1322 idx[(i + ncolsaij) * q + j] = garray[colsoaij[i]] * q + j; in MatGetRow_MPIKAIJ() 1335 idx[(i + ncolsaij) * q + j] = garray[colsoaij[i]] * q + j; in MatGetRow_MPIKAIJ()
|