Home
last modified time | relevance | path

Searched refs:MatGetRow (Results 1 – 25 of 75) sorted by relevance

123

/petsc/src/mat/tests/
H A Dex58f.F9033 PetscCallA(MatGetRow(A, row, ncol, cols, vals, ierr))
36 PetscCallA(MatGetRow(A, row, PETSC_NULL_INTEGER, cols, PETSC_NULL_SCALAR_POINTER, ierr))
39 PetscCallA(MatGetRow(A, row, PETSC_NULL_INTEGER, PETSC_NULL_INTEGER_POINTER, vals, ierr))
42 PetscCallA(MatGetRow(A, row, ncol, PETSC_NULL_INTEGER_POINTER, PETSC_NULL_SCALAR_POINTER, ierr))
H A Dex47.c84 PetscCall(MatGetRow(A, row, &ncols1, &cols1, &vals1)); in main()
85 PetscCall(MatGetRow(B, row, &ncols2, &cols2, &vals2)); in main()
H A Dex73.c144 PetscCall(MatGetRow(B, i + rstart, &nzl, &cols, NULL)); in main()
163 PetscCall(MatGetRow(B, i + rstart, &nzl, &cols, &vals)); in main()
H A Dex225.c112 PetscCall(MatGetRow(A, i, &nzA, &idxA, &vA)); in main()
113 PetscCall(MatGetRow(B, i, &nzB, &idxB, &vB)); in main()
H A Dex14.c52 PetscCall(MatGetRow(C, i, &nz, &idx, &values)); in main()
H A Dex21.c60 PetscCall(MatGetRow(C, i, &nz, &idx, &values)); in main()
H A Dex53.c133 PetscCall(MatGetRow(A, row, &ncols1, &cols1, &v1)); in main()
134 PetscCall(MatGetRow(B, row, &ncols2, &cols2, &v2)); in main()
H A Dex240.c53 PetscCall(MatGetRow(A, rstart + i, &ncols, &cols, &vals)); in main()
H A Dex22.c78 PetscCall(MatGetRow(C, rperm_ptr[i], &ncols, &cols, &vals)); in main()
/petsc/src/ksp/pc/impls/gamg/
H A Dclassical.c111 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()
[all …]
/petsc/src/mat/utils/
H A Daxpy.c169 PetscCall(MatGetRow(Y, r, &ncols, &row, &vals)); in MatAXPY_Basic_Preallocate()
172 PetscCall(MatGetRow(X, r, &ncols, &row, &vals)); in MatAXPY_Basic_Preallocate()
213 PetscCall(MatGetRow(X, i, &ncols, &row, &vals)); in MatAXPY_Basic()
222 PetscCall(MatGetRow(X, i, &ncols, &row, &vals)); in MatAXPY_Basic()
264 PetscCall(MatGetRow(Y, i, &ncols, &row, &vals)); in MatAXPY_BasicWithPreallocation()
268 PetscCall(MatGetRow(X, i, &ncols, &row, &vals)); in MatAXPY_BasicWithPreallocation()
277 PetscCall(MatGetRow(Y, i, &ncols, &row, &vals)); in MatAXPY_BasicWithPreallocation()
281 PetscCall(MatGetRow(X, i, &ncols, &row, &vals)); in MatAXPY_BasicWithPreallocation()
525 PetscCall(MatGetRow(A, r, &ncols, NULL, NULL)); in MatFilter()
542 PetscCall(MatGetRow(A, r, &ncols, &cols, &vals)); in MatFilter()
H A Dbandwidth.c34 PetscCall(MatGetRow(A, r, &ncols, &cols, NULL)); in MatComputeBandwidth()
H A Dconvert.c46 PetscCall(MatGetRow(mat, i, &nz, &cwork, &vwork)); in MatConvert_Basic()
H A Dgetcolv.c49 PetscCall(MatGetRow(A, i, &nz, &idx, &v)); in MatGetColumnVector()
/petsc/src/dm/impls/composite/
H A Dpackm.c104 PetscCall(MatGetRow(Atmp, rstart + i, &nc, NULL, NULL)); in DMCreateMatrix_Composite_AIJ()
110 PetscCall(MatGetRow(Atmp, rstart + i, &nc, &cols, NULL)); in DMCreateMatrix_Composite_AIJ()
151 PetscCall(MatGetRow(Atmp, rstart + i, &nc, NULL, NULL)); in DMCreateMatrix_Composite_AIJ()
157 PetscCall(MatGetRow(Atmp, rstart + i, &nc, &cols, &values)); in DMCreateMatrix_Composite_AIJ()
/petsc/src/mat/tutorials/
H A Dex12.c31 PetscCall(MatGetRow(A, i, &nc, NULL, NULL)); in PadMatrix()
42 PetscCall(MatGetRow(A, i, &nc, &aj, &aa)); in PadMatrix()
H A Dex16.c64 PetscCall(MatGetRow(A, row, &ncols, &cols, &vals)); in main()
/petsc/src/mat/graphops/color/utils/
H A Dbipartite.c21 PetscCall(MatGetRow(m, i, &ncol, NULL, &vcol)); in MatColoringCreateBipartiteGraph()
29 PetscCall(MatGetRow(m, i, &ncol, &icol, &vcol)); in MatColoringCreateBipartiteGraph()
/petsc/src/ksp/pc/impls/kaczmarz/
H A Dkaczmarz.c34 PetscCall(MatGetRow(pc->pmat, i, &ncols, &cols, &vals)); in PCApply_Kaczmarz()
50 PetscCall(MatGetRow(pc->pmat, i, &ncols, &cols, &vals)); in PCApply_Kaczmarz()
/petsc/src/tao/constrained/impls/ipm/
H A Dpdipm.c319 PetscCall(MatGetRow(tao->jacobian_equality, i + rjstart, &nc, &aj, &aa)); in TaoSNESJacobian_PDIPM()
339 PetscCall(MatGetRow(tao->jacobian_inequality, i + rjstart, &nc, &aj, &aa)); in TaoSNESJacobian_PDIPM()
371 PetscCall(MatGetRow(tao->hessian, i + rjstart, &nc, &aj, &aa)); in TaoSNESJacobian_PDIPM()
387 PetscCall(MatGetRow(pdipm->jac_equality_trans, i + rjstart, &nc, &aj, &aa)); in TaoSNESJacobian_PDIPM()
402 PetscCall(MatGetRow(pdipm->jac_inequality_trans, i + rjstart, &nc, &aj, &aa)); in TaoSNESJacobian_PDIPM()
1072 PetscCall(MatGetRow(tao->hessian, i + rjstart, &nc, &aj, NULL)); in TaoSetup_PDIPM()
1083 PetscCall(MatGetRow(pdipm->jac_equality_trans, i + rjstart, &nc, &aj, NULL)); in TaoSetup_PDIPM()
1098 PetscCall(MatGetRow(Jce_xfixed_trans, i + rjstart, &nc, &aj, NULL)); in TaoSetup_PDIPM()
1113 PetscCall(MatGetRow(pdipm->jac_inequality_trans, i + rjstart, &nc, &aj, NULL)); in TaoSetup_PDIPM()
1127 PetscCall(MatGetRow(Jci_xb_trans, i + rjstart, &nc, &aj, NULL)); in TaoSetup_PDIPM()
[all …]
/petsc/src/ksp/pc/impls/spai/
H A Ddspai.c31 PetscCall(MatGetRow(A, i, &nz, &cols, &vals)); in MatDumpSPAI()
/petsc/src/mat/interface/ftn-custom/
H A Dzmatrixf90.c61 *ierr = MatGetRow(*B, *row, &n, NULL, NULL); in matgetrow_()
63 *ierr = MatGetRow(*B, *row, &n, NULL, &A); in matgetrow_()
65 *ierr = MatGetRow(*B, *row, &n, &II, NULL); in matgetrow_()
67 *ierr = MatGetRow(*B, *row, &n, &II, &A); in matgetrow_()
/petsc/src/mat/graphops/order/
H A Dspectral.c42 PetscCall(MatGetRow(A, r, &ncols, &cols, &vals)); in MatCreateLaplacian()
71 PetscCall(MatGetRow(A, r, &ncols, &cols, &vals)); in MatCreateLaplacian()
/petsc/doc/changes/
H A D216.md39 - The ncols argument made optional in MatGetRow()
/petsc/src/mat/impls/sbaij/mpi/
H A Dmpiaijsbaij.c89 PetscCall(MatGetRow(A, i, &nz, &cwork, &vwork)); in MatConvert_MPIBAIJ_MPISBAIJ()

123