slepc-3.12.1 2019-11-08
EPSJDSetFix
Sets the threshold for changing the target in the correction equation.
Synopsis
#include "slepceps.h"
PetscErrorCode EPSJDSetFix(EPS eps,PetscReal fix)
Logically Collective on eps
Input Parameters
| eps | - the eigenproblem solver context
|
| fix | - threshold for changing the target
|
Options Database Key
| -eps_jd_fix | - the fix value
|
Note
The target in the correction equation is fixed at the first iterations.
When the norm of the residual vector is lower than the fix value,
the target is set to the corresponding eigenvalue.
See Also
EPSJDGetFix()
Location: src/eps/impls/davidson/jd/jd.c
Index of all EPS routines
Table of Contents for all manual pages
Index of all manual pages