Searched refs:Test_MatRARt (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/mat/tests/ |
| H A D | ex62.c | 34 PetscBool Test_MatPtAP = PETSC_TRUE, Test_MatRARt = PETSC_TRUE, flg, seqaij, flgA, flgB; in main() local 49 PetscCall(PetscOptionsBool("-test_rart", "Test MatRARt", "", Test_MatRARt, &Test_MatRARt, NULL)); in main() 272 if (Test_MatRARt) { in main()
|
| H A D | ex94.c | 35 … = PETSC_TRUE, Test_MatMatTr = PETSC_TRUE, Test_MatPtAP = PETSC_TRUE, Test_MatRARt = PETSC_TRUE, T… in main() local 114 Test_MatRARt = PETSC_FALSE; in main() 349 if (size > 1 || !seqaij) Test_MatRARt = PETSC_FALSE; in main() 352 if (Test_MatRARt) { in main()
|