Lines Matching refs:opts

7   PetscInt  opts[6] = {0};  in main()  local
29 PetscCall(PetscOptionsGetInt(NULL, 0, "-zero", &opts[0], 0)); in main()
30 PetscCall(PetscOptionsGetInt(NULL, 0, "-a_one", &opts[1], 0)); in main()
31 PetscCall(PetscOptionsGetInt(NULL, 0, "-a_bb_two", &opts[2], 0)); in main()
32 PetscCall(PetscOptionsGetInt(NULL, 0, "-a_three", &opts[3], 0)); in main()
33 PetscCall(PetscOptionsGetInt(NULL, 0, "-a_cc_ddd_four", &opts[4], 0)); in main()
34 PetscCall(PetscOptionsGetInt(NULL, 0, "-five", &opts[5], 0)); in main()
35 …cInt_FMT " %" PetscInt_FMT " %" PetscInt_FMT "}\n", opts[0], opts[1], opts[2], opts[3], opts[4], o… in main()
39 PetscCall(PetscMemzero(opts, sizeof(opts))); in main()
40 PetscCall(PetscOptionsGetInt(NULL, 0, "-cl_zero", &opts[0], 0)); in main()
41 PetscCall(PetscOptionsGetInt(NULL, 0, "-cl_a_one", &opts[1], 0)); in main()
42 PetscCall(PetscOptionsGetInt(NULL, 0, "-cl_a_bb_two", &opts[2], 0)); in main()
43 PetscCall(PetscOptionsGetInt(NULL, 0, "-cl_a_three", &opts[3], 0)); in main()
44 PetscCall(PetscOptionsGetInt(NULL, 0, "-cl_a_cc_ddd_four", &opts[4], 0)); in main()
45 PetscCall(PetscOptionsGetInt(NULL, 0, "-cl_five", &opts[5], 0)); in main()
46 …cInt_FMT " %" PetscInt_FMT " %" PetscInt_FMT "}\n", opts[0], opts[1], opts[2], opts[3], opts[4], o… in main()
53 PetscCall(PetscMemzero(opts, sizeof(opts))); in main()
54 PetscCall(PetscOptionsGetInt(NULL, 0, "-str_zero", &opts[0], 0)); in main()
55 PetscCall(PetscOptionsGetInt(NULL, 0, "-str_a_one", &opts[1], 0)); in main()
56 PetscCall(PetscOptionsGetInt(NULL, 0, "-str_a_bb_two", &opts[2], 0)); in main()
57 PetscCall(PetscOptionsGetInt(NULL, 0, "-str_a_three", &opts[3], 0)); in main()
58 PetscCall(PetscOptionsGetInt(NULL, 0, "-str_a_cc_ddd_four", &opts[4], 0)); in main()
59 PetscCall(PetscOptionsGetInt(NULL, 0, "-str_five", &opts[5], 0)); in main()
60 …cInt_FMT " %" PetscInt_FMT " %" PetscInt_FMT "}\n", opts[0], opts[1], opts[2], opts[3], opts[4], o… in main()