QPSetOptionsPrefix
Sets the prefix used for searching for all QP options in the database.
Synopsis
PetscErrorCode QPSetOptionsPrefix(QP qp,const char prefix[])
Logically Collective on QP
Input Parameters
| qp | - the QP
|
| prefix | - the prefix string to prepend to all QP option requests
|
Notes
A hyphen (-) must NOT be given at the beginning of the prefix name.
The first character of all runtime options is AUTOMATICALLY the
hyphen.
See Also
QPAppendOptionsPrefix(), QPGetOptionsPrefix()
Level:advanced
Location:src/qp/interface/qp.c
Index of all QP routines
Table of Contents for all manual pages
Index of all manual pages