slepc-3.6.3 2016-03-29
EPSJDGetConstCorrectionTol
Returns a flag indicating if the dynamic stopping is being used for solving the correction equation. If the flag is false the KSP relative tolerance is set to 0.5**i, where i is the number of EPS iterations from the last converged value.
Synopsis
#include "slepceps.h"
PetscErrorCode EPSJDGetConstCorrectionTol(EPS eps,PetscBool *constant)
Not Collective
Input Parameter
eps - the eigenproblem solver context
Output Parameters
constant - boolean flag indicating if the dynamic stopping criterion is not being used.
See Also
EPSJDGetConstCorrectionTol()
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