# 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
<A HREF="PETSC_DOC_OUT_ROOT_PLACEHOLDER/include/petscpctypes.h.html#PCBDDCInterfaceExtType">include/petscpctypes.h</A>


---
[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](/docs/manualpages/index.md)  
[Index of all manual pages](/docs/manualpages/singleindex.md)  
