Skip to content

Commit

Permalink
whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
pbrubeck committed Feb 7, 2025
1 parent 21db7ff commit dff1d67
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions firedrake/preconditioners/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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`
Expand Down

0 comments on commit dff1d67

Please sign in to comment.