Lines Matching refs:PetscOptionsGetBool
30 PetscCall(PetscOptionsGetBool(NULL, NULL, "-star", &flg, NULL)); in main()
33 PetscCall(PetscOptionsGetBool(NULL, NULL, "-box", &flg, NULL)); in main()
37 PetscCall(PetscOptionsGetBool(NULL, NULL, "-xperiodic", &flg, NULL)); in main()
40 PetscCall(PetscOptionsGetBool(NULL, NULL, "-xghosted", &flg, NULL)); in main()
43 PetscCall(PetscOptionsGetBool(NULL, NULL, "-xnonghosted", &flg, NULL)); in main()
46 PetscCall(PetscOptionsGetBool(NULL, NULL, "-yperiodic", &flg, NULL)); in main()
49 PetscCall(PetscOptionsGetBool(NULL, NULL, "-yghosted", &flg, NULL)); in main()
52 PetscCall(PetscOptionsGetBool(NULL, NULL, "-ynonghosted", &flg, NULL)); in main()
55 PetscCall(PetscOptionsGetBool(NULL, NULL, "-zperiodic", &flg, NULL)); in main()
58 PetscCall(PetscOptionsGetBool(NULL, NULL, "-zghosted", &flg, NULL)); in main()
61 PetscCall(PetscOptionsGetBool(NULL, NULL, "-znonghosted", &flg, NULL)); in main()
63 PetscCall(PetscOptionsGetBool(NULL, NULL, "-testorder", &test_order, NULL)); in main()
66 PetscCall(PetscOptionsGetBool(NULL, NULL, "-distribute", &distribute, NULL)); in main()