Skip to content

Commit

Permalink
fix solver options
Browse files Browse the repository at this point in the history
  • Loading branch information
dham committed Dec 17, 2024
1 parent 8b93fe4 commit 85a8267
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 @@ -412,7 +412,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 85a8267

Please sign in to comment.