slepc-3.6.1 2015-09-03
Report Typos and Errors

PEPGetRefine

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

Synopsis

#include "slepcpep.h" 
PetscErrorCode PEPGetRefine(PEP pep,PEPRefine *refine,PetscInt *npart,PetscReal *tol,PetscInt *its,PetscBool *schur)
Not Collective

Input Parameter

pep - the polynomial eigensolver context

Output Parameters

refine - refinement type
npart - number of partitions of the communicator
tol - the convergence tolerance
its - maximum number of refinement iterations
schur - whether the Schur complement approach is being used

Note

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

See Also

PEPSetRefine()

Location: src/pep/interface/pepopts.c
Index of all PEP routines
Table of Contents for all manual pages
Index of all manual pages