Searched refs:MatZeroRows (Results 1 – 25 of 184) sorted by relevance
12345678
| /petsc/src/mat/tests/output/ |
| H A D | ex23_12.out | 402 Skipping MatZeroRows (diag nonzero) 411 Skipping MatZeroRows (diag nonzero) 533 Skipping MatZeroRows (diag zero) 542 Skipping MatZeroRows (diag zero)
|
| H A D | ex2_12_B.out | 113 MatZeroRows:
|
| H A D | ex2_4.out | 117 MatZeroRows:
|
| H A D | ex2_12_A.out | 117 MatZeroRows:
|
| H A D | ex2_11_A_aijcusparse.out | 131 MatZeroRows:
|
| H A D | ex2_11_B.out | 127 MatZeroRows:
|
| H A D | ex2_24.out | 131 MatZeroRows:
|
| H A D | ex2_21.out | 131 MatZeroRows:
|
| H A D | ex2_22.out | 131 MatZeroRows:
|
| H A D | ex2_11_A.out | 131 MatZeroRows:
|
| H A D | ex2_23.out | 131 MatZeroRows:
|
| H A D | ex23_negrep_allowrep_nsize-1_m-5_n-5_negmap-0_repmap-0_diffmap-0.out | 182 Test MatZeroRows (diag nonzero) 227 Test MatZeroRows (diag zero)
|
| H A D | ex23_negrep_nsize-1_m-7_n-7_negmap-0_repmap-1_diffmap-0.out | 202 Test MatZeroRows (diag nonzero) 255 Test MatZeroRows (diag zero)
|
| H A D | ex23_negrep_allowrep_nsize-1_m-5_n-5_negmap-0_repmap-1_diffmap-0.out | 227 Test MatZeroRows (diag nonzero) 272 Test MatZeroRows (diag zero)
|
| H A D | ex23_negrep_nsize-1_m-7_n-7_negmap-0_repmap-0_diffmap-0.out | 202 Test MatZeroRows (diag nonzero) 255 Test MatZeroRows (diag zero)
|
| H A D | ex23_negrep_allowrep_nsize-1_m-7_n-7_negmap-0_repmap-1_diffmap-0.out | 265 Test MatZeroRows (diag nonzero) 318 Test MatZeroRows (diag zero)
|
| H A D | ex23_negrep_nsize-1_m-5_n-5_negmap-0_repmap-1_diffmap-0.out | 182 Test MatZeroRows (diag nonzero) 227 Test MatZeroRows (diag zero)
|
| H A D | ex23_negrep_allowrep_nsize-1_m-7_n-7_negmap-1_repmap-0_diffmap-0.out | 202 Test MatZeroRows (diag nonzero) 255 Test MatZeroRows (diag zero)
|
| H A D | ex23_6.out | 252 Test MatZeroRows (diag nonzero) 321 Test MatZeroRows (diag zero)
|
| H A D | ex23_negrep_nsize-1_m-5_n-5_negmap-1_repmap-0_diffmap-0.out | 182 Test MatZeroRows (diag nonzero) 227 Test MatZeroRows (diag zero)
|
| H A D | ex23_negrep_allowrep_nsize-1_m-7_n-7_negmap-0_repmap-0_diffmap-0.out | 202 Test MatZeroRows (diag nonzero) 255 Test MatZeroRows (diag zero)
|
| /petsc/src/ksp/ksp/tests/ |
| H A D | lostnullspace.c | 110 PetscCall(MatZeroRows(A, 3, bc_mech_indexes, 1, PETSC_NULLPTR, PETSC_NULLPTR)); in main() 111 PetscCall(MatZeroRows(A, 1, bc_thermal_indexes, 1, PETSC_NULLPTR, PETSC_NULLPTR)); in main()
|
| H A D | ex4.c | 133 if (usezerorows) PetscCall(MatZeroRows(C, 4 * m, rows, 1.0, 0, 0)); in main() 136 if (usezerorows) PetscCall(MatZeroRows(C, 0, NULL, 1.0, 0, 0)); in main()
|
| /petsc/src/mat/tests/ |
| H A D | ex225.c | 62 PetscCall(MatZeroRows(B, M, rows, 10.0, NULL, NULL)); in main() 64 PetscCall(MatZeroRows(A, M, rows, 10.0, NULL, NULL)); in main()
|
| H A D | ex56.c | 66 PetscCall(MatZeroRows(A, 3, col, one, 0, 0)); in main()
|
12345678