slepc-3.16.1 2021-11-17
Report Typos and Errors

DSNEPSetRG

Associates a region object to the DSNEP solver.

Synopsis

#include "slepcds.h" 
#include "slepcrg.h" 
PetscErrorCode DSNEPSetRG(DS ds,RG rg)
Logically Collective on ds

Input Parameters

ds  - the direct solver context
rg  - the region context

Notes

The region is used only in the contour integral method, and should enclose the wanted eigenvalues.

See Also

DSNEPGetRG()

Location: src/sys/classes/ds/impls/nep/dsnep.c
Index of all DS routines
Table of Contents for all manual pages
Index of all manual pages