Skip to content

Commit 866bea7

Browse files
dhamksagiyam
andcommitted
Update firedrake/eigensolver.py
Co-authored-by: ksagiyam <[email protected]>
1 parent abc95c4 commit 866bea7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

firedrake/eigensolver.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ class LinearEigensolver(OptionsManager):
112112
For example, to look for the eigenvalues with largest real part, one
113113
would add this entry to `solver_options`::
114114
115-
"eps_largest_magnitude": None
115+
"eps_largest_real": None
116116
"""
117117

118118
DEFAULT_EPS_PARAMETERS = {"st_pc_factor_shift_type": "NONZERO",

0 commit comments

Comments
 (0)