TaoAppendOptionsPrefix
Appends to the prefix used for searching for all TAO options in the database.
Synopsis
#include "taosolver.h"
PetscErrorCode TaoAppendOptionsPrefix(TaoSolver tao, const char p[])
Logically Collective on TaoSolver
Input Parameters
| tao | - the TaoSolver solver context
|
| prefix | - the prefix string to prepend to all TAO 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
TaoSetOptionsPrefix(), TaoGetOptionsPrefix()
Level:advanced
Location:src/interface/taosolver.c
TAO Solver Index
Table of Contents