QPAppendOptionsPrefix
Appends to the prefix used for searching for all QP options in the database.
Synopsis
PetscErrorCode
QPAppendOptionsPrefix
(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
QPSetOptionsPrefix
(),
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