slepc-3.14.2 2021-02-01
   
EPSErrorView
Displays the errors associated with the computed solution (as well as the eigenvalues). 
Synopsis
#include "slepceps.h" 
PetscErrorCode EPSErrorView(EPS eps,EPSErrorType etype,PetscViewer viewer)
Collective on eps
Input Parameters
|  | eps | - the eigensolver context | 
|  | etype | - error type | 
|  | viewer | - optional visualization context | 
Options Database Key
|  | -eps_error_absolute | - print absolute errors of each eigenpair | 
|  | -eps_error_relative | - print relative errors of each eigenpair | 
|  | -eps_error_backward | - print backward errors of each eigenpair | 
Notes
By default, this function checks the error of all eigenpairs and prints
the eigenvalues if all of them are below the requested tolerance.
If the viewer has format=PETSC_VIEWER_ASCII_INFO_DETAIL then a table with
eigenvalues and corresponding errors is printed.
See Also
 EPSSolve(), EPSValuesView(), EPSVectorsView()
Location: src/eps/interface/epsview.c
Examples
src/eps/tutorials/ex2.c.html
src/eps/tutorials/ex3.c.html
src/eps/tutorials/ex4.c.html
src/eps/tutorials/ex5.c.html
src/eps/tutorials/ex7.c.html
src/eps/tutorials/ex9.c.html
src/eps/tutorials/ex10.c.html
src/eps/tutorials/ex11.c.html
src/eps/tutorials/ex13.c.html
src/eps/tutorials/ex18.c.html
src/eps/tutorials/ex19.c.html
Index of all EPS routines
Table of Contents for all manual pages
Index of all manual pages