QEPSetTarget

Sets the value of the target.

Synopsis

#include "slepcqep.h" 
PetscErrorCode QEPSetTarget(QEP qep,PetscScalar target)
Logically Collective on QEP

Input Parameters

qep - eigensolver context
target - the value of the target

Notes

The target is a scalar value used to determine the portion of the spectrum of interest. It is used in combination with QEPSetWhichEigenpairs().

See Also

QEPGetTarget(), QEPSetWhichEigenpairs()

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