slepc-3.6.1 2015-09-03
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,PetscInt *npart,PetscReal *tol,PetscInt *its)
Not Collective

Input Parameter

nep - the nonlinear eigensolver context

Output Parameters

refine - refinement type
npart - number of partitions of the communicator
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