:orphan: # KSPFETIDPGetInnerBDDC Gets the `PCBDDC` preconditioner used to set up the `KSPFETIDP` matrix for the Lagrange multipliers ## Synopsis ``` #include PetscErrorCode KSPFETIDPGetInnerBDDC(KSP ksp, PC *pc) ``` ## Input Parameters - ***ksp -*** the `KSPFETIDP` Krylov solver - ***pc -*** the `PCBDDC` preconditioner ## See Also [](ch_ksp), `MATIS`, `PCBDDC`, `KSPFETIDPSetInnerBDDC()`, `KSPFETIDPGetInnerKSP()` ## Level advanced ## Location src/ksp/ksp/impls/fetidp/fetidp.c ## Implementations KSPFETIDPGetInnerBDDC_FETIDP in src/ksp/ksp/impls/fetidp/fetidp.c
--- [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)