Lines Matching refs:PetscOptionsSetValue
12 PetscCall(PetscOptionsSetValue(NULL, "-skip_petscrc", NULL)); in main()
13 PetscCall(PetscOptionsSetValue(NULL, "-use_gpu_aware_mpi", "0")); in main()
30 PetscCall(PetscOptionsSetValue(NULL, "-abc", NULL)); in main()
45 PetscCall(PetscOptionsSetValue(NULL, "-x", NULL)); in main()
49 PetscCall(PetscOptionsSetValue(NULL, "-xy", NULL)); in main()
54 PetscCall(PetscOptionsSetValue(NULL, "-xz", NULL)); in main()
63 PetscCall(PetscOptionsSetValue(NULL, "-FOO", NULL)); in main()
64 PetscCall(PetscOptionsSetValue(NULL, "-FOO", "BAR")); in main()
65 PetscCall(PetscOptionsSetValue(NULL, "-FOO", NULL)); in main()
67 PetscCall(PetscOptionsSetValue(NULL, "-FOO", "BAR")); in main()
68 PetscCall(PetscOptionsSetValue(NULL, "-FOO", NULL)); in main()
69 PetscCall(PetscOptionsSetValue(NULL, "-FOO", "BAR")); in main()
83 PetscCall(PetscOptionsSetValue(NULL, name, NULL)); in main()
99 PetscCall(PetscOptionsSetValue(NULL, name, NULL)); in main()
118 PetscCall(PetscOptionsSetValue(NULL, "-abc_xyz", "123")); in main()