:orphan:
# KSPFETIDPGetInnerKSP
Gets the `KSP` object for the Lagrange multipliers from inside a `KSPFETIDP` 
## Synopsis
```
#include <petscksp.h> 
PetscErrorCode KSPFETIDPGetInnerKSP(KSP ksp, KSP *innerksp)
```

## Input Parameters

- ***ksp -*** the `KSPFETIDP`
- ***innerksp -*** the `KSP` for the multipliers





## See Also
 [](ch_ksp), `KSPFETIDP`, `MATIS`, `PCBDDC`, `KSPFETIDPSetInnerBDDC()`, `KSPFETIDPGetInnerBDDC()`

## Level
advanced

## Location
<A HREF="PETSC_DOC_OUT_ROOT_PLACEHOLDER/src/ksp/ksp/impls/fetidp/fetidp.c.html#KSPFETIDPGetInnerKSP">src/ksp/ksp/impls/fetidp/fetidp.c</A>

## Examples
<A HREF="PETSC_DOC_OUT_ROOT_PLACEHOLDER/src/ksp/ksp/tutorials/ex59.c.html">src/ksp/ksp/tutorials/ex59.c</A><BR>

## Implementations

<A HREF="PETSC_DOC_OUT_ROOT_PLACEHOLDER/src/ksp/ksp/impls/fetidp/fetidp.c.html#KSPFETIDPGetInnerKSP_FETIDP">KSPFETIDPGetInnerKSP_FETIDP in src/ksp/ksp/impls/fetidp/fetidp.c</A><BR>


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


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