# PCGetOptionsPrefix
Gets the prefix used for searching for all PC options in the database. 
## Synopsis
```
#include "petscksp.h" 
PetscErrorCode PCGetOptionsPrefix(PC pc, const char *prefix[])
```
Not Collective


## Input Parameter

- ***pc -*** the preconditioner context



## Output Parameter

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



## Fortran Note
The user should pass in a string 'prefix' of
sufficient length to hold the prefix.




## See Also
 `PC`, `PCSetFromOptions`, `PCSetOptionsPrefix()`, `PCAppendOptionsPrefix()`

## Level
advanced

## Location
<A HREF="PETSC_DOC_OUT_ROOT_PLACEHOLDER/src/ksp/pc/interface/precon.c.html#PCGetOptionsPrefix">src/ksp/pc/interface/precon.c</A>


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


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