Home
last modified time | relevance | path

Searched refs:PetscOptionsInsertString (Results 1 – 21 of 21) sorted by relevance

/petsc/src/sys/tests/options/
H A Dex55.c28 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 Dex19.c13 PetscCall(PetscOptionsInsertString(options, "-option1 value1 -option2 -option3 value3")); in main()
H A Dex20.c16 PetscCall(PetscOptionsInsertString(opt1, "-testa a")); in main()
/petsc/src/mat/tests/
H A Dex140.c66 PetscCall(PetscOptionsInsertString(NULL, opts)); in RunHasOperationTest()
H A Dbench_spmv.c273 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 Dex215.c63 PetscCall(PetscOptionsInsertString(NULL, "-binary_read_double")); in main()
H A Dex115.c23 PetscCall(PetscOptionsInsertString(NULL, "-options_left 0")); in main()
/petsc/src/ksp/ksp/tests/
H A Dex70.c69 PetscCall(PetscOptionsInsertString(NULL, "-ksp_type preonly -ksp_initial_guess_nonzero false")); in main()
H A Dex8.c124 PetscCall(PetscOptionsInsertString(NULL, "-mat_mumps_icntl_13 1")); in main()
/petsc/doc/changes/
H A D212.md9 - Added PetscOptionsInsertString()
H A D37.md45 PetscOptionsInsertString(PetscOptions,const char[]);
/petsc/src/sys/tests/
H A Dex20.c52PetscOptionsInsertString(NULL, "-prefix_push str_ -zero 100 -prefix_push a_ -one 101 -prefix_push … in main()
/petsc/src/snes/tutorials/
H A Dex22.c85 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 DOptions.pyx415 petsc.PetscOptionsInsertString
420 CHKERR(PetscOptionsInsertString(self.opt, cstring))
H A Dpetscopt.pxi20 PetscErrorCode PetscOptionsInsertString(PetscOptions, char[])
/petsc/include/
H A Dpetscoptions.h65 PETSC_EXTERN PetscErrorCode PetscOptionsInsertString(PetscOptions, const char[]);
/petsc/src/ts/tutorials/
H A Dex48.c389 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 Dex30.c1037 PetscCall(PetscOptionsInsertString(NULL, "-dm_plex_view_hdf5_storage_version 3.0.0")); in SaveToFile()
/petsc/src/ts/utils/dmplexlandau/
H A Dplexland.c1897 …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 Dex43.c1520 PetscCall(PetscOptionsInsertString(NULL, opt)); in solve_stokes_2d_coupled()
/petsc/src/sys/objects/
H A Doptions.c381 PetscErrorCode PetscOptionsInsertString(PetscOptions options, const char in_str[]) in PetscOptionsInsertString() function