Searched refs:PetscOptionsInsertString (Results 1 – 21 of 21) sorted by relevance
| /petsc/src/sys/tests/options/ |
| H A D | ex55.c | 28 PetscCall(PetscOptionsInsertString(NULL, "-option1 1 -option2 -option3 value3")); in main() 36 PetscCall(PetscOptionsInsertString(NULL, "-option4 value4 -option5")); in main()
|
| /petsc/src/sys/tutorials/ |
| H A D | ex19.c | 13 PetscCall(PetscOptionsInsertString(options, "-option1 value1 -option2 -option3 value3")); in main()
|
| H A D | ex20.c | 16 PetscCall(PetscOptionsInsertString(opt1, "-testa a")); in main()
|
| /petsc/src/mat/tests/ |
| H A D | ex140.c | 66 PetscCall(PetscOptionsInsertString(NULL, opts)); in RunHasOperationTest()
|
| H A D | bench_spmv.c | 273 PetscCall(PetscOptionsInsertString(NULL, "-log_view :/dev/null")); in main() 274 if (PetscDefined(HAVE_DEVICE)) PetscCall(PetscOptionsInsertString(NULL, "-log_view_gpu_time")); in main()
|
| H A D | ex215.c | 63 PetscCall(PetscOptionsInsertString(NULL, "-binary_read_double")); in main()
|
| H A D | ex115.c | 23 PetscCall(PetscOptionsInsertString(NULL, "-options_left 0")); in main()
|
| /petsc/src/ksp/ksp/tests/ |
| H A D | ex70.c | 69 PetscCall(PetscOptionsInsertString(NULL, "-ksp_type preonly -ksp_initial_guess_nonzero false")); in main()
|
| H A D | ex8.c | 124 PetscCall(PetscOptionsInsertString(NULL, "-mat_mumps_icntl_13 1")); in main()
|
| /petsc/doc/changes/ |
| H A D | 212.md | 9 - Added PetscOptionsInsertString()
|
| H A D | 37.md | 45 PetscOptionsInsertString(PetscOptions,const char[]);
|
| /petsc/src/sys/tests/ |
| H A D | ex20.c | 52 …PetscOptionsInsertString(NULL, "-prefix_push str_ -zero 100 -prefix_push a_ -one 101 -prefix_push … in main()
|
| /petsc/src/snes/tutorials/ |
| H A D | ex22.c | 85 PetscCall(PetscOptionsInsertString(NULL, common_options)); in main() 86 PetscCall(PetscOptionsInsertString(NULL, matrix_free_options)); in main()
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | Options.pyx | 415 petsc.PetscOptionsInsertString 420 CHKERR(PetscOptionsInsertString(self.opt, cstring))
|
| H A D | petscopt.pxi | 20 PetscErrorCode PetscOptionsInsertString(PetscOptions, char[])
|
| /petsc/include/ |
| H A D | petscoptions.h | 65 PETSC_EXTERN PetscErrorCode PetscOptionsInsertString(PetscOptions, const char[]);
|
| /petsc/src/ts/tutorials/ |
| H A D | ex48.c | 389 PetscCall(PetscOptionsInsertString(NULL, buff)); in CreateMesh() 390 PetscCall(PetscOptionsInsertString(NULL, "-dm_plex_box_lower -2,-2 -dm_plex_box_upper 2,2")); in CreateMesh()
|
| H A D | ex30.c | 1037 PetscCall(PetscOptionsInsertString(NULL, "-dm_plex_view_hdf5_storage_version 3.0.0")); in SaveToFile()
|
| /petsc/src/ts/utils/dmplexlandau/ |
| H A D | plexland.c | 1897 …PetscCall(PetscOptionsInsertString(NULL, "-dm_preallocate_only")); // this trick is need to both s… in LandauCreateJacobianMatrix() 1899 PetscCall(PetscOptionsInsertString(NULL, "-dm_preallocate_only false")); in LandauCreateJacobianMatrix() 2117 PetscCall(PetscOptionsInsertString(NULL, "-dm_preallocate_only")); in DMPlexLandauCreateVelocitySpace() 2119 PetscCall(PetscOptionsInsertString(NULL, "-dm_preallocate_only false")); in DMPlexLandauCreateVelocitySpace() 2598 PetscCall(PetscOptionsInsertString(NULL, "-dm_preallocate_only")); in DMPlexLandauCreateMassMatrix() 2600 PetscCall(PetscOptionsInsertString(NULL, "-dm_preallocate_only false")); in DMPlexLandauCreateMassMatrix()
|
| /petsc/src/ksp/ksp/tutorials/ |
| H A D | ex43.c | 1520 PetscCall(PetscOptionsInsertString(NULL, opt)); in solve_stokes_2d_coupled()
|
| /petsc/src/sys/objects/ |
| H A D | options.c | 381 PetscErrorCode PetscOptionsInsertString(PetscOptions options, const char in_str[]) in PetscOptionsInsertString() function
|