QEPSetIP

Associates an inner product object to the quadratic eigensolver.

Synopsis

#include "slepcqep.h" 
PetscErrorCode QEPSetIP(QEP qep,IP ip)
Collective on QEP

Input Parameters

qep - eigensolver context obtained from QEPCreate()
ip - the inner product object

Note

Use QEPGetIP() to retrieve the inner product context (for example, to free it at the end of the computations).

See Also

QEPGetIP()

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