slepc-3.6.1 2015-09-03
Report Typos and Errors

PEPJDGetTolerances

Gets various tolerances in the Jacobi-Davidson method.

Synopsis

#include "slepcpep.h" 
PetscErrorCode PEPJDGetTolerances(PEP pep,PetscReal *mtol,PetscReal *htol,PetscReal *stol)
Not Collective

Input Parameter

pep - the eigenproblem solver context

Output Parameter

mtol - the multiplicity tolerance
htol - the harmonic tolerance
stol - the shift tolerance

See Also

PEPJDSetTolerances()

Location: src/pep/impls/jd/pjdopt.c
Index of all PEP routines
Table of Contents for all manual pages
Index of all manual pages