QEPPrintSolution

Prints the computed eigenvalues.

Synopsis

#include "slepcqep.h" 
PetscErrorCode QEPPrintSolution(QEP qep,PetscViewer viewer)
Collective on QEP

Input Parameters

qep - the eigensolver context
viewer - optional visualization context

Options Database Key

-qep_terse - print only minimal information

Note

By default, this function prints a table with eigenvalues and associated relative errors. With -qep_terse only the eigenvalues are printed.

See Also

PetscViewerASCIIOpen()

Location: src/qep/interface/qepbasic.c
Index of all QEP routines
Table of Contents for all manual pages
Index of all manual pages

Examples

src/qep/examples/tutorials/ex16.c.html
src/qep/examples/tutorials/ex17.c.html
src/qep/examples/tutorials/ex16f90.F90.html