NEPValuesView#
Displays the computed eigenvalues in a viewer.
Synopsis#
#include "slepcnep.h"
PetscErrorCode NEPValuesView(NEP nep,PetscViewer viewer)
Collective
Input Parameters#
nep - the nonlinear eigensolver context
viewer - the viewer
Options Database Key#
-nep_view_values - print computed eigenvalues
See Also#
NEPSolve(), NEPVectorsView(), NEPErrorView()
Level#
intermediate
Location#
Index of all NEP routines Table of Contents for all manual pages Index of all manual pages