PEPSetRG#
Associates a region object to the polynomial eigensolver.
Synopsis#
#include "slepcpep.h"
PetscErrorCode PEPSetRG(PEP pep,RG rg)
Collective
Input Parameters#
pep - the polynomial eigensolver context
rg - the region object
Note#
Use PEPGetRG() to retrieve the region context (for example, to free it at the end of the computations).
See Also#
Level#
advanced
Location#
Index of all PEP routines Table of Contents for all manual pages Index of all manual pages