Home
last modified time | relevance | path

Searched refs:PetscOptionsSetValue (Results 1 – 25 of 34) sorted by relevance

12

/petsc/src/sys/tests/
H A Dex6.c12 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 Dex20.c14 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 Dex32.c9 PetscCall(PetscOptionsSetValue(NULL, "-abc", NULL)); in main()
10 PetscCall(PetscOptionsSetValue(NULL, "-FOO", NULL)); in main()
H A Dex54.c9 PetscCall(PetscOptionsSetValue(NULL, "-error_output_stdout", NULL)); in main()
/petsc/src/sys/tutorials/
H A Dex20.c18 PetscCall(PetscOptionsSetValue(NULL, "-test1", "1")); in main()
26 PetscCall(PetscOptionsSetValue(NULL, "-test2", "2")); in main()
H A Dex16.c23 PetscCall(PetscOptionsSetValue(NULL, "-no_signal_handler", "true")); in main()
H A Dex16f.F9013 PetscCallA(PetscOptionsSetValue(PETSC_NULL_OPTIONS, '-no_signal_handler', 'true', ierr))
/petsc/src/ts/tests/
H A Dex12.c80 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 Dmatlab_ls_test.c61 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 Dex5.c48 PetscCall(PetscOptionsSetValue(NULL, "-viewer_binary_mpiio", "")); in main()
H A Dex5f.F9057 …PetscCallA(PetscOptionsSetValue(PETSC_NULL_OPTIONS, '-viewer_binary_mpiio', PETSC_NULL_CHARACTER, …
H A Dex10.c96 PetscCall(PetscOptionsSetValue(NULL, "-viewer_binary_mpiio", "")); in main()
/petsc/src/dm/tests/
H A Dex10.c24 PetscCall(PetscOptionsSetValue(NULL, "-petscpartitioner_use_vertex_weights", "No")); in main()
H A Dex33.c71 if (mpiio) PetscCall(PetscOptionsSetValue(NULL, "-viewer_binary_mpiio", "")); in main()
/petsc/src/vec/vec/tests/
H A Dex100cu.cu94 PetscCall(PetscOptionsSetValue(NULL, "-viewer_binary_mpiio", "")); in main()
/petsc/src/binding/petsc4py/demo/legacy/perftest/
H A Ddriver.c78 PetscCall(PetscOptionsSetValue(NULL,"-snes_mf","1")); in RunTest()
/petsc/src/ksp/ksp/tests/
H A Dex63.cxx195 PetscCall(PetscOptionsSetValue(NULL, "-options_left", "false")); in main()
/petsc/doc/changes/
H A D37.md15 - PetscOptionsSetValue() may now be called BEFORE PetscInitialize()
38 PetscOptionsSetValue(PetscOptions,const char[],const char[]);
/petsc/src/ksp/ksp/tutorials/network/
H A Dex4.c114 PetscCall(PetscOptionsSetValue(NULL, "-dm_plex_csr_alg", "mat")); /* for parmetis */ in main()
H A Dex3.c127 PetscCall(PetscOptionsSetValue(NULL, "-dm_plex_csr_alg", "mat")); /* for parmetis */ in main()
/petsc/src/tao/unconstrained/tutorials/
H A Drosenbrock1.c78 if (test_lmvm) PetscCall(PetscOptionsSetValue(NULL, "-tao_type", "bqnktr")); in main()
H A Deptorsion3.c151 PetscCall(PetscOptionsSetValue(NULL, "-tao_type", "bntr")); in main()
152 PetscCall(PetscOptionsSetValue(NULL, "-tao_bnk_pc_type", "lmvm")); in main()
H A Deptorsion1.c137 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 DOptions.pyx176 delValue, petsc.PetscOptionsSetValue
201 CHKERR(PetscOptionsSetValue(self.opt, key, val))
/petsc/src/snes/tutorials/
H A Dex30.c135 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()

12