slepc-3.5.2 2014-10-10
Report Typos and Errors

PEPPrintSolution

Prints the computed eigenvalues.

Synopsis

#include "slepcpep.h" 
PetscErrorCode PEPPrintSolution(PEP pep,PetscViewer viewer)
Collective on PEP

Input Parameters

pep - the eigensolver context
viewer - optional visualization context

Options Database Key

-pep_terse - print only minimal information

Note

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

See Also

PetscViewerASCIIOpen()

Location: src/pep/interface/pepbasic.c
Index of all PEP routines
Table of Contents for all manual pages
Index of all manual pages

Examples

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