slepc-3.5.2 2014-10-10
Report Typos and Errors

NEPGetRefine

Gets the refinement strategy used by the NEP object, and the associated parameters.

Synopsis

#include "slepcnep.h" 
PetscErrorCode NEPGetRefine(NEP nep,NEPRefine *refine,PetscReal *tol,PetscInt *its)
Not Collective

Input Parameter

nep - the nonlinear eigensolver context

Output Parameters

refine - refinement type
tol - the convergence tolerance
its - maximum number of refinement iterations

Note

The user can specify NULL for any parameter that is not needed.

See Also

NEPSetRefine()

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