Lines Matching refs:PetscOptionsGetBool
38 PetscCall(PetscOptionsGetBool(NULL, NULL, "-star", &flg, NULL)); in main()
41 PetscCall(PetscOptionsGetBool(NULL, NULL, "-box", &flg, NULL)); in main()
45 PetscCall(PetscOptionsGetBool(NULL, NULL, "-xperiodic", &flg, NULL)); in main()
48 PetscCall(PetscOptionsGetBool(NULL, NULL, "-xghosted", &flg, NULL)); in main()
51 PetscCall(PetscOptionsGetBool(NULL, NULL, "-xnonghosted", &flg, NULL)); in main()
54 PetscCall(PetscOptionsGetBool(NULL, NULL, "-yperiodic", &flg, NULL)); in main()
57 PetscCall(PetscOptionsGetBool(NULL, NULL, "-yghosted", &flg, NULL)); in main()
60 PetscCall(PetscOptionsGetBool(NULL, NULL, "-ynonghosted", &flg, NULL)); in main()
63 PetscCall(PetscOptionsGetBool(NULL, NULL, "-zperiodic", &flg, NULL)); in main()
66 PetscCall(PetscOptionsGetBool(NULL, NULL, "-zghosted", &flg, NULL)); in main()
69 PetscCall(PetscOptionsGetBool(NULL, NULL, "-znonghosted", &flg, NULL)); in main()
71 PetscCall(PetscOptionsGetBool(NULL, NULL, "-testorder", &test_order, NULL)); in main()
74 PetscCall(PetscOptionsGetBool(NULL, NULL, "-distribute", &flg, NULL)); in main()
127 PetscCall(PetscOptionsGetBool(NULL, NULL, "-local_print", &flg, NULL)); in main()