Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
pbrubeck committed Dec 4, 2024
1 parent 0747513 commit dec6180
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion firedrake/preconditioners/bddc.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@


class BDDCPC(PCBase):
"""PC for PETSc PCBDDC"""
"""PC for PETSc PCBDDC (Balancing Domain Decomposition with Constraints).
A Mat of type MATIS is required. Currently, this type is only supported by FDMPC.
"""

_prefix = "bddc_"

Expand Down

0 comments on commit dec6180

Please sign in to comment.