TaoAppendOptionsPrefix
Appends to the prefix used for searching for all TAO options in the database.
Synopsis
#include "tao_solver.h"
int TaoAppendOptionsPrefix(TAO_SOLVER tao, const char prefix[])
Collective on TAO_SOLVER
Input Parameters
| tao | - the TAO_SOLVER 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.
Keywords
options
See Also
TaoSetOptionsPrefix(), TaoGetOptionsPrefix()
Level:advanced
Location:src/interface/tao.c
TAO Solver Index
Table of Contents