Lines Matching refs:PCBDDC
712 `PCASM`, `PCGASM`, `PCBDDC`, and `PCHPDDM`. In addition PETSc provides
752 - ``PCBDDC``
1502 PETSc provides the Balancing Domain Decomposition by Constraints (`PCBDDC`)
1504 unassembled format (see `MATIS`). `PCBDDC` is a 2-level non-overlapping
1521 degrees of freedom at the interface between subdomain, `PCBDDC`
1525 `-pc_bddc_neumann_approximate` should be used to inform `PCBDDC`. If
1533 freedom can be supplied to `PCBDDC` by using the following functions:
1545 between subdomains. `PCBDDC` uses by default vertex continuities and
1563 be beneficial for `PCBDDC`; use `PCBDDCSetChangeOfBasisMat()` to
1566 The `PCBDDC` method is usually robust with respect to jumps in the material
1574 the `PCBDDC` method degrades in presence of large jumps in the material
1585 `PCBDDC` methods is still an active topic of research, its implementation is
1591 solution of the `PCBDDC` coarse problem could become a bottleneck; in order
1594 `PCBDDC` by using the command line switch
1604 and the online documentation for `PCBDDC`.