Skip to content

Commit

Permalink
Update documentation in petsc.py (#3626)
Browse files Browse the repository at this point in the history
  • Loading branch information
a-latyshev authored Feb 13, 2025
1 parent f3d168e commit cdd9134
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/dolfinx/fem/petsc.py
Original file line number Diff line number Diff line change
Expand Up @@ -996,7 +996,7 @@ def __init__(
Example::
problem = LinearProblem(F, u, [bc0, bc1])
problem = NonlinearProblem(F, u, [bc0, bc1])
"""
self._L = _create_form(
F, form_compiler_options=form_compiler_options, jit_options=jit_options
Expand Down

0 comments on commit cdd9134

Please sign in to comment.