Skip to content

Commit

Permalink
Update firedrake/eigensolver.py
Browse files Browse the repository at this point in the history
Co-authored-by: ksagiyam <[email protected]>
  • Loading branch information
dham and ksagiyam authored Jul 4, 2023
1 parent c21a5b0 commit 3aaa7bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firedrake/eigensolver.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ class LinearEigensolver(OptionsManager):
For example, to look for the eigenvalues with largest real part, one
would add this entry to `solver_options`::
"eps_largest_magnitude": None
"eps_largest_real": None
"""

DEFAULT_EPS_PARAMETERS = {"st_pc_factor_shift_type": "NONZERO",
Expand Down

0 comments on commit 3aaa7bd

Please sign in to comment.