slepc-3.8.2 2017-12-01
Report Typos and Errors

NEPGetRG

Obtain the region object associated to the nonlinear eigensolver object.

Synopsis

#include "slepcnep.h" 
PetscErrorCode NEPGetRG(NEP nep,RG *rg)
Not Collective

Input Parameters

nep  - eigensolver context obtained from NEPCreate()

Output Parameter

rg  - region context

See Also

NEPSetRG()

Location: src/nep/interface/nepbasic.c
Index of all NEP routines
Table of Contents for all manual pages
Index of all manual pages

Examples

src/nep/examples/tutorials/ex27.c.html