Skip to content

Commit

Permalink
flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgensd committed Nov 19, 2023
1 parent 4f210de commit ce45a24
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion python/dolfinx_mpc/assemble_vector.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@


def apply_lifting(b: _PETSc.Vec, form: List[_fem.Form], bcs: List[List[_fem.DirichletBC]], # type: ignore
constraint: MultiPointConstraint, x0: List[_PETSc.Vec] = [], scale: _float_classes = default_scalar_type(1.0)): # type: ignore
constraint: MultiPointConstraint, x0: List[_PETSc.Vec] = [],
scale: _float_classes = default_scalar_type(1.0)): # type: ignore
"""
Apply lifting to vector b, i.e.
:math:`b = b - scale \\cdot K^T (A_j (g_j - x0_j))`
Expand Down

0 comments on commit ce45a24

Please sign in to comment.