Lines Matching refs:PetscOptionsGetBool
87 PetscCall(PetscOptionsGetBool(NULL, NULL, "-square_nc", &nc, NULL)); in main()
88 PetscCall(PetscOptionsGetBool(NULL, NULL, "-rows_only", &ronl, NULL)); in main()
89 PetscCall(PetscOptionsGetBool(NULL, NULL, "-randomize", &randomize, NULL)); in main()
90 PetscCall(PetscOptionsGetBool(NULL, NULL, "-submat", &submat, NULL)); in main()
91 PetscCall(PetscOptionsGetBool(NULL, NULL, "-test_zerorows", &testzerorows, NULL)); in main()
92 PetscCall(PetscOptionsGetBool(NULL, NULL, "-test_diagscale", &testdiagscale, NULL)); in main()
93 PetscCall(PetscOptionsGetBool(NULL, NULL, "-test_getdiag", &testgetdiag, NULL)); in main()
94 PetscCall(PetscOptionsGetBool(NULL, NULL, "-test_shift", &testshift, NULL)); in main()
95 PetscCall(PetscOptionsGetBool(NULL, NULL, "-test_scale", &testscale, NULL)); in main()
96 PetscCall(PetscOptionsGetBool(NULL, NULL, "-test_dup", &testdup, NULL)); in main()
97 PetscCall(PetscOptionsGetBool(NULL, NULL, "-test_reset", &testreset, NULL)); in main()
98 PetscCall(PetscOptionsGetBool(NULL, NULL, "-test_submat", &testsubmat, NULL)); in main()
99 PetscCall(PetscOptionsGetBool(NULL, NULL, "-test_axpy", &testaxpy, NULL)); in main()
100 PetscCall(PetscOptionsGetBool(NULL, NULL, "-test_axpy_different", &testaxpyd, NULL)); in main()
101 PetscCall(PetscOptionsGetBool(NULL, NULL, "-test_axpy_error", &testaxpyerr, NULL)); in main()
105 PetscCall(PetscOptionsGetBool(NULL, NULL, "-keep", &keep, NULL)); in main()