:orphan:
# TaoGetOptionsPrefix
Gets the prefix used for searching for all Tao options in the database 
## Synopsis
```
#include "petsctao.h" 
PetscErrorCode TaoGetOptionsPrefix(Tao tao, const char *p[])
```
Not Collective


## Input Parameter

- ***tao -*** the `Tao` context



## Output Parameter

- ***prefix -*** pointer to the prefix string used is returned



## Fortran Note
Pass in a string 'prefix' of sufficient length to hold the prefix.




## See Also
 [](ch_tao), `Tao`, `TaoSetFromOptions()`, `TaoSetOptionsPrefix()`, `TaoAppendOptionsPrefix()`

## Level
advanced

## Location
<A HREF="PETSC_DOC_OUT_ROOT_PLACEHOLDER/src/tao/interface/taosolver.c.html#TaoGetOptionsPrefix">src/tao/interface/taosolver.c</A>


---
[Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/src/tao/interface/taosolver.c)


[Index of all Tao routines](index.md)  
[Table of Contents for all manual pages](/manualpages/index.md)  
[Index of all manual pages](/manualpages/singleindex.md)  
