# KSPFETIDPGetInnerBDDC
Gets the `PCBDDC` preconditioner used to setup the `KSPFETIDP` matrix for the Lagrange multipliers 
## Synopsis
```
#include <petscksp.h> 
PetscErrorCode KSPFETIDPGetInnerBDDC(KSP ksp, PC *pc)
```

## Input Parameters

- ***ksp -*** the `KSPFETIDP` Krylov solver
- ***pc -*** the `PCBDDC` preconditioner





## See Also
 [](chapter_ksp), `MATIS`, `PCBDDC`, `KSPFETIDPSetInnerBDDC()`, `KSPFETIDPGetInnerKSP()`

## Level
advanced

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

## Implementations

<A HREF="PETSC_DOC_OUT_ROOT_PLACEHOLDER/src/ksp/ksp/impls/fetidp/fetidp.c.html#KSPFETIDPGetInnerBDDC_FETIDP">KSPFETIDPGetInnerBDDC_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](/docs/manualpages/index.md)  
[Index of all manual pages](/docs/manualpages/singleindex.md)  
