| /petsc/src/mat/tests/ |
| H A D | ex12.c | 123 PetscCall(MatZeroRowsIS(B, is, diag, 0, 0)); in TestMatZeroRows_Basic() 139 PetscCall(MatZeroRowsIS(B, is, diag, 0, 0)); in TestMatZeroRows_with_no_allocation()
|
| H A D | ex11.c | 52 PetscCall(MatZeroRowsIS(C, isrow, five, 0, 0)); in main()
|
| H A D | ex221.c | 217 PetscCall(MatZeroRowsIS(A, zr, diag, x, b1)); in main() 218 PetscCall(MatZeroRowsIS(S, zr, diag, x, b2)); in main() 239 PetscCall(MatZeroRowsIS(A, zr, diag * 2.0 + PETSC_SMALL, NULL, NULL)); in main() 240 PetscCall(MatZeroRowsIS(S, zr, diag * 2.0 + PETSC_SMALL, NULL, NULL)); in main()
|
| H A D | ex17.c | 52 PetscCall(MatZeroRowsIS(C, isrow, five, 0, 0)); in main()
|
| H A D | ex23.c | 1070 PetscCall(MatZeroRowsIS(B, is, diag, x, b)); in TestMatZeroRows() 1081 PetscCall(MatZeroRowsIS(B, is, diag, NULL, NULL)); in TestMatZeroRows() 1105 PetscCall(MatZeroRowsIS(Bcheck, gis, diag, NULL, NULL)); in TestMatZeroRows() 1108 PetscCall(MatZeroRowsIS(Bcheck, is, diag, NULL, NULL)); in TestMatZeroRows()
|
| /petsc/src/ksp/ksp/tests/ |
| H A D | ex16f.F90 | 74 PetscCallA(MatZeroRowsIS(A, isrow, five, PETSC_NULL_VEC, PETSC_NULL_VEC, ierr))
|
| /petsc/doc/changes/ |
| H A D | 32.md | 143 - MatZeroRows() and MatZeroRowsIS() now take an x and b vector as
|
| /petsc/src/ksp/ksp/tutorials/ |
| H A D | ex43.c | 1483 …PetscCall(MatZeroRowsIS(B, fields[2], 1.0, NULL, NULL)); /* we put 1.0 on the diagonal to pick the… in solve_stokes_2d_coupled() 1485 PetscCall(MatZeroRowsIS(B, vel, 0.0, NULL, NULL)); in solve_stokes_2d_coupled()
|
| /petsc/src/ts/tutorials/power_grid/stability_9bus/ |
| H A D | ex9busadj.c | 725 PetscCall(MatZeroRowsIS(A, user->is_diff, 1.0, NULL, NULL)); in AlgJacobian()
|
| H A D | ex9busoptfd.c | 727 PetscCall(MatZeroRowsIS(A, user->is_diff, 1.0, NULL, NULL)); in AlgJacobian()
|
| H A D | ex9bus.c | 997 PetscCall(MatZeroRowsIS(A, user->is_diff, 1.0, NULL, NULL)); in AlgJacobian()
|
| H A D | ex9busopt.c | 869 PetscCall(MatZeroRowsIS(A, user->is_diff, 1.0, NULL, NULL)); in AlgJacobian()
|
| /petsc/src/ksp/pc/impls/hpddm/ |
| H A D | pchpddm.cxx | 114 PetscCall(MatZeroRowsIS(**splitting, zero, 0.0, nullptr, nullptr)); in PCHPDDMSplittingMatNormal_Private() 1400 … PetscCall(MatZeroRowsIS(T, z, 0.0, nullptr, nullptr)); /* corresponding zero rows from A01 */ in PCHPDDMCheckSymmetry_Private() 1990 PetscCall(MatZeroRowsIS(C, is[0], 0.0, nullptr, nullptr)); in PCSetUp_HPDDM()
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscmat.pxi | 380 PetscErrorCode MatZeroRowsIS(PetscMat, PetscIS, PetscScalar, PetscVec, PetscVec)
|
| H A D | Mat.pyx | 3261 zeroRowsLocal, petsc.MatZeroRows, petsc.MatZeroRowsIS 3270 CHKERR(MatZeroRowsIS(self.mat, (<IS>rows).iset, sval, xvec, bvec))
|
| /petsc/include/ |
| H A D | petscmat.h | 858 PETSC_EXTERN PetscErrorCode MatZeroRowsIS(Mat, IS, PetscScalar, Vec, Vec);
|
| /petsc/src/ts/impls/arkimex/ |
| H A D | arkimex.c | 1940 PetscCall(MatZeroRowsIS(B, alg_is, 1.0, NULL, NULL)); in SNESTSFormJacobian_ARKIMEX()
|
| /petsc/doc/manual/ |
| H A D | mat.md | 1094 MatZeroRowsIS(Mat A,IS rows,PetscScalar diag_value,Vec x,Vec b);
|
| /petsc/src/mat/interface/ |
| H A D | matrix.c | 6442 PetscErrorCode MatZeroRowsIS(Mat mat, IS is, PetscScalar diag, Vec x, Vec b) in MatZeroRowsIS() function
|