diff --git a/firedrake/preconditioners/base.py b/firedrake/preconditioners/base.py index f3bfdb5932..d9530bb60b 100644 --- a/firedrake/preconditioners/base.py +++ b/firedrake/preconditioners/base.py @@ -111,7 +111,7 @@ def get_appctx(pc): @staticmethod def new_snes_ctx(pc, op, bcs, mat_type, fcp=None, options_prefix=None, pre_apply_bcs=True): """Create a new `_SNESContext` for nested (linear) preconditioning - + Parameters ---------- pc : PETSc.PC @@ -125,9 +125,9 @@ def new_snes_ctx(pc, op, bcs, mat_type, fcp=None, options_prefix=None, pre_apply options_prefix : str The PETSc options prefix for the new `_SNESContext`. pre_apply_bcs : bool - If ``True``, the ``bcs`` are pre applied on the solution before the solve, + If ``True``, the ``bcs`` are pre applied on the solution before the solve, otherwise the residual of the ``bcs`` is included in the linear system. - + Returns ------- A new `_SNESContext`