TaoGetOptionsPrefix

Gets the prefix used for searching for all TAO options in the database

Synopsis

#include "tao_solver.h"  
int TaoGetOptionsPrefix(TAO_SOLVER tao, const char *prefix[])
Not Collective

Input Parameters

tao -the TAO_SOLVER context

Output Parameters

prefix -pointer to the prefix string used is returned

Notes: On the fortran side, the user should pass in a string 'prefix' of sufficient length to hold the prefix.

Keywords

options

See Also

TaoSetOptionsPrefix(), TaoAppendOptionsPrefix()

Level:advanced
Location:src/interface/tao.c
TAO Solver Index
Table of Contents