Lines Matching refs:MatGetRow

111     PetscCall(MatGetRow(A, r, &ncols, &rcol, &rval));  in PCGAMGCreateGraph_Classical()
142 PetscCall(MatGetRow(A, r, &ncols, &rcol, &rval)); in PCGAMGCreateGraph_Classical()
259 PetscCall(MatGetRow(A, i, &ncols, &rcol, &rval)); in PCGAMGProlongator_Classical_Direct()
279 PetscCall(MatGetRow(lA, i, &ncols, &rcol, &rval)); in PCGAMGProlongator_Classical_Direct()
287 PetscCall(MatGetRow(gA, i, &ncols, &rcol, &rval)); in PCGAMGProlongator_Classical_Direct()
321 PetscCall(MatGetRow(lA, i, &ncols, &rcol, &rval)); in PCGAMGProlongator_Classical_Direct()
345 PetscCall(MatGetRow(gA, i, &ncols, &rcol, &rval)); in PCGAMGProlongator_Classical_Direct()
380 PetscCall(MatGetRow(lA, i, &ncols, &rcol, &rval)); in PCGAMGProlongator_Classical_Direct()
403 PetscCall(MatGetRow(gA, i, &ncols, &rcol, &rval)); in PCGAMGProlongator_Classical_Direct()
469 PetscCall(MatGetRow(*P, i, &ncols, &pcol, &pval)); in PCGAMGTruncateProlongator_Private()
502 PetscCall(MatGetRow(*P, i, &ncols, &pcol, &pval)); in PCGAMGTruncateProlongator_Private()
632 PetscCall(MatGetRow(lA, i, &ncols, &icol, NULL)); in PCGAMGProlongator_Classical_Standard()
647 PetscCall(MatGetRow(lA, ci, &ncols, &icol, NULL)); in PCGAMGProlongator_Classical_Standard()
652 PetscCall(MatGetRow(lA, i, &ncols, &icol, NULL)); in PCGAMGProlongator_Classical_Standard()
667 PetscCall(MatGetRow(lA, ci, &ncols, &icol, NULL)); in PCGAMGProlongator_Classical_Standard()
680 PetscCall(MatGetRow(lA, i, &ncols, &icol, NULL)); in PCGAMGProlongator_Classical_Standard()
705 PetscCall(MatGetRow(lA, i, &ncols, &icol, &vcol)); in PCGAMGProlongator_Classical_Standard()
716 PetscCall(MatGetRow(lA, ci, &ncols, &icol, &vcol)); in PCGAMGProlongator_Classical_Standard()
740 PetscCall(MatGetRow(lA, i, &ncols, &icol, &vcol)); in PCGAMGProlongator_Classical_Standard()
761 PetscCall(MatGetRow(lA, ci, &ncols, &icol, &vcol)); in PCGAMGProlongator_Classical_Standard()
774 PetscCall(MatGetRow(lA, i, &ncols, &icol, &vcol)); in PCGAMGProlongator_Classical_Standard()
826 PetscCall(MatGetRow(*P, i, &ncols, &pcols, &pvals)); in PCGAMGOptProlongator_Classical_Jacobi()