#include "petscsys.h" PetscErrorCode PetscOptionsSetValue(PetscOptions options,const char iname[],const char value[])Not collective, but setting values on certain processors could cause problems for parallel objects looking for options.
options | - options database, use NULL for the default global database | |
name | - name of option, this SHOULD have the - prepended | |
value | - the option value (not used for all options) |
Only some options have values associated with them, such as -ksp_rtol tol. Other options stand alone, such as -ksp_monitor.
Developers Note: Uses malloc() directly because PETSc may not yet have been fully initialized
Level:intermediate
Location:src/sys/objects/options.c
Index of all Sys routines
Table of Contents for all manual pages
Index of all manual pages