:orphan:
# PCTelescopeGetKSP
Gets the `KSP` created by the telescoping `PC`.
## Synopsis
```
#include "petscksp.h"
#include "petscdm.h"
PetscErrorCode PCTelescopeGetKSP(PC pc, KSP *subksp)
```
Not Collective
## Input Parameter
- ***pc -*** the preconditioner context
## Output Parameter
- ***subksp -*** the `KSP` defined the smaller set of processes
## See Also
`PCTELESCOPE`
## Level
advanced
## Location
src/ksp/pc/impls/telescope/telescope.c
## Implementations
PCTelescopeGetKSP_Telescope in src/ksp/pc/impls/telescope/telescope.c
---
[Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/src/ksp/pc/impls/telescope/telescope.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)