| /petsc/src/sys/tests/ |
| H A D | ex6.c | 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() [all …]
|
| H A D | ex20.c | 14 PetscCall(PetscOptionsSetValue(NULL, "-zero", "0")); in main() 16 PetscCall(PetscOptionsSetValue(NULL, "-one", "1")); in main() 18 PetscCall(PetscOptionsSetValue(NULL, "-two", "2")); in main() 20 PetscCall(PetscOptionsSetValue(NULL, "-three", "3")); in main() 23 PetscCall(PetscOptionsSetValue(NULL, "-four", "4")); in main() 27 PetscCall(PetscOptionsSetValue(NULL, "-five", "5")); in main()
|
| H A D | ex32.c | 9 PetscCall(PetscOptionsSetValue(NULL, "-abc", NULL)); in main() 10 PetscCall(PetscOptionsSetValue(NULL, "-FOO", NULL)); in main()
|
| H A D | ex54.c | 9 PetscCall(PetscOptionsSetValue(NULL, "-error_output_stdout", NULL)); in main()
|
| /petsc/src/sys/tutorials/ |
| H A D | ex20.c | 18 PetscCall(PetscOptionsSetValue(NULL, "-test1", "1")); in main() 26 PetscCall(PetscOptionsSetValue(NULL, "-test2", "2")); in main()
|
| H A D | ex16.c | 23 PetscCall(PetscOptionsSetValue(NULL, "-no_signal_handler", "true")); in main()
|
| H A D | ex16f.F90 | 13 PetscCallA(PetscOptionsSetValue(PETSC_NULL_OPTIONS, '-no_signal_handler', 'true', ierr))
|
| /petsc/src/ts/tests/ |
| H A D | ex12.c | 80 PetscCall(PetscOptionsSetValue(options, "-ts_monitor", "ascii")); in main() 81 PetscCall(PetscOptionsSetValue(options, "-snes_monitor", "ascii")); in main() 82 PetscCall(PetscOptionsSetValue(options, "-ksp_monitor", "ascii")); in main()
|
| /petsc/src/tao/leastsquares/tutorials/matlab/ |
| H A D | matlab_ls_test.c | 61 PetscCall(PetscOptionsSetValue(NULL, "-tao_pounders_npmax", buf)); in TaoPounders() 63 PetscCall(PetscOptionsSetValue(NULL, "-tao_pounders_delta", buf)); in TaoPounders()
|
| /petsc/src/vec/vec/tutorials/ |
| H A D | ex5.c | 48 PetscCall(PetscOptionsSetValue(NULL, "-viewer_binary_mpiio", "")); in main()
|
| H A D | ex5f.F90 | 57 …PetscCallA(PetscOptionsSetValue(PETSC_NULL_OPTIONS, '-viewer_binary_mpiio', PETSC_NULL_CHARACTER, …
|
| H A D | ex10.c | 96 PetscCall(PetscOptionsSetValue(NULL, "-viewer_binary_mpiio", "")); in main()
|
| /petsc/src/dm/tests/ |
| H A D | ex10.c | 24 PetscCall(PetscOptionsSetValue(NULL, "-petscpartitioner_use_vertex_weights", "No")); in main()
|
| H A D | ex33.c | 71 if (mpiio) PetscCall(PetscOptionsSetValue(NULL, "-viewer_binary_mpiio", "")); in main()
|
| /petsc/src/vec/vec/tests/ |
| H A D | ex100cu.cu | 94 PetscCall(PetscOptionsSetValue(NULL, "-viewer_binary_mpiio", "")); in main()
|
| /petsc/src/binding/petsc4py/demo/legacy/perftest/ |
| H A D | driver.c | 78 PetscCall(PetscOptionsSetValue(NULL,"-snes_mf","1")); in RunTest()
|
| /petsc/src/ksp/ksp/tests/ |
| H A D | ex63.cxx | 195 PetscCall(PetscOptionsSetValue(NULL, "-options_left", "false")); in main()
|
| /petsc/doc/changes/ |
| H A D | 37.md | 15 - PetscOptionsSetValue() may now be called BEFORE PetscInitialize() 38 PetscOptionsSetValue(PetscOptions,const char[],const char[]);
|
| /petsc/src/ksp/ksp/tutorials/network/ |
| H A D | ex4.c | 114 PetscCall(PetscOptionsSetValue(NULL, "-dm_plex_csr_alg", "mat")); /* for parmetis */ in main()
|
| H A D | ex3.c | 127 PetscCall(PetscOptionsSetValue(NULL, "-dm_plex_csr_alg", "mat")); /* for parmetis */ in main()
|
| /petsc/src/tao/unconstrained/tutorials/ |
| H A D | rosenbrock1.c | 78 if (test_lmvm) PetscCall(PetscOptionsSetValue(NULL, "-tao_type", "bqnktr")); in main()
|
| H A D | eptorsion3.c | 151 PetscCall(PetscOptionsSetValue(NULL, "-tao_type", "bntr")); in main() 152 PetscCall(PetscOptionsSetValue(NULL, "-tao_bnk_pc_type", "lmvm")); in main()
|
| H A D | eptorsion1.c | 137 PetscCall(PetscOptionsSetValue(NULL, "-tao_type", "bntr")); in main() 138 PetscCall(PetscOptionsSetValue(NULL, "-tao_bnk_pc_type", "lmvm")); in main()
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | Options.pyx | 176 delValue, petsc.PetscOptionsSetValue 201 CHKERR(PetscOptionsSetValue(self.opt, key, val))
|
| /petsc/src/snes/tutorials/ |
| H A D | ex30.c | 135 PetscCall(PetscOptionsSetValue(NULL, "-file", "ex30_output")); in main() 136 PetscCall(PetscOptionsSetValue(NULL, "-snes_monitor_short", NULL)); in main() 137 PetscCall(PetscOptionsSetValue(NULL, "-snes_max_it", "20")); in main() 138 PetscCall(PetscOptionsSetValue(NULL, "-ksp_max_it", "1500")); in main() 139 PetscCall(PetscOptionsSetValue(NULL, "-ksp_gmres_restart", "300")); in main()
|