:orphan: # PCBDDCInterfaceExtType Defines how interface balancing is extended into the interior of subdomains. ## Synopsis ``` typedef enum { PC_BDDC_INTERFACE_EXT_DIRICHLET, PC_BDDC_INTERFACE_EXT_LUMP } PCBDDCInterfaceExtType; ``` ## Values - ***`PC_BDDC_INTERFACE_EXT_DIRICHLET` -*** solves Dirichlet interior problem; this is the standard BDDC algorithm - ***`PC_BDDC_INTERFACE_EXT_LUMP` -*** skips interior solve; sometimes called M_1 and associated with "lumped FETI-DP" ## See Also [](sec_pc), `PCBDDC`, `PC` ## Level intermediate ## Location include/petscpctypes.h --- [Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/include/petscpctypes.h) [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)