EPSPrintSolution
Prints the computed eigenvalues.
Synopsis
#include "slepceps.h"
PetscErrorCode EPSPrintSolution(EPS eps,PetscViewer viewer)
Collective on EPS
Input Parameters
| eps | - the eigensolver context
|
| viewer | - optional visualization context
|
Options Database
-eps_terse - print only minimal information
Note
By default, this function prints a table with eigenvalues and associated
relative errors. With -eps_terse only the eigenvalues are printed.
See Also
PetscViewerASCIIOpen()
Location: src/eps/interface/basic.c
Index of all EPS routines
Table of Contents for all manual pages
Index of all manual pages
Examples
src/eps/examples/tutorials/ex2.c.html
src/eps/examples/tutorials/ex3.c.html
src/eps/examples/tutorials/ex4.c.html
src/eps/examples/tutorials/ex5.c.html
src/eps/examples/tutorials/ex7.c.html
src/eps/examples/tutorials/ex9.c.html
src/eps/examples/tutorials/ex11.c.html
src/eps/examples/tutorials/ex13.c.html
src/eps/examples/tutorials/ex18.c.html
src/eps/examples/tutorials/ex1f90.F90.html
src/eps/examples/tutorials/ex6f.F.html