:orphan:
# PCDeflationGetPC
Returns the additional preconditioner M^{-1}.
## Synopsis
```
#include "petscksp.h"
PetscErrorCode PCDeflationGetPC(PC pc, PC *apc)
```
Not Collective
## Input Parameter
- ***pc -*** the preconditioner context
## Output Parameter
- ***apc -*** additional preconditioner
## See Also
`PCDEFLATION`, `PCDeflationGetCoarseKSP()`
## Level
advanced
## Location
src/ksp/pc/impls/deflation/deflation.c
## Implementations
PCDeflationGetPC_Deflation in src/ksp/pc/impls/deflation/deflation.c
---
[Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/src/ksp/pc/impls/deflation/deflation.c)
[Index of all PC routines](index.md)
[Table of Contents for all manual pages](/manualpages/index.md)
[Index of all manual pages](/manualpages/singleindex.md)