Skip to content

Commit

Permalink
fix solver options
Browse files Browse the repository at this point in the history
  • Loading branch information
dham committed Jul 8, 2024
1 parent 4bb74d2 commit b06040c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firedrake/cofunction.py
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ def __init__(self, function_space_or_inner_product=None,
self._function_space = function_space
self._inner_product = inner_product
self._bcs = bcs
self._solver_options = solver_options
self._solver_options = solver_options or {}

@staticmethod
def _inner_product_form(sobolev_space, u, v):
Expand Down

0 comments on commit b06040c

Please sign in to comment.