:orphan:
# PCDeflationGetCoarseKSP
Returns the coarse problem `KSP`.
## Synopsis
```
#include "petscksp.h"
PetscErrorCode PCDeflationGetCoarseKSP(PC pc, KSP *ksp)
```
Not Collective
## Input Parameter
- ***pc -*** preconditioner context
## Output Parameter
- ***ksp -*** coarse problem `KSP` context
## See Also
`PCDEFLATION`, `PCDeflationSetCoarseMat()`
## Level
advanced
## Location
src/ksp/pc/impls/deflation/deflation.c
## Implementations
PCDeflationGetCoarseKSP_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)