#include "slepceps.h" PetscErrorCode EPSSetConvergenceTest(EPS eps,EPSConv conv)Logically Collective on EPS
eps | - eigensolver context obtained from EPSCreate() | |
conv | - the type of convergence test |
-eps_conv_abs | - Sets the absolute convergence test | |
-eps_conv_eig | - Sets the convergence test relative to the eigenvalue | |
-eps_conv_norm | - Sets the convergence test relative to the matrix norms |
EPS_CONV_ABS | - absolute error ||r|| | |
EPS_CONV_EIG | - error relative to the eigenvalue l, ||r||/|l| | |
EPS_CONV_NORM | - error relative to the matrix norms, ||r||/(||A||+|l|*||B||) | |
EPS_CONV_USER | - function set by EPSSetConvergenceTestFunction() |
Location: src/eps/interface/opts.c
Index of all EPS routines
Table of Contents for all manual pages
Index of all manual pages