We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abc95c4 commit 866bea7Copy full SHA for 866bea7
firedrake/eigensolver.py
@@ -112,7 +112,7 @@ class LinearEigensolver(OptionsManager):
112
For example, to look for the eigenvalues with largest real part, one
113
would add this entry to `solver_options`::
114
115
- "eps_largest_magnitude": None
+ "eps_largest_real": None
116
"""
117
118
DEFAULT_EPS_PARAMETERS = {"st_pc_factor_shift_type": "NONZERO",
0 commit comments