slepc-3.6.3 2016-03-29
Report Typos and Errors

EPSGetBalance

Gets the balancing type used by the EPS object, and the associated parameters.

Synopsis

#include "slepceps.h" 
PetscErrorCode EPSGetBalance(EPS eps,EPSBalance *bal,PetscInt *its,PetscReal *cutoff)
Not Collective

Input Parameter

eps - the eigensolver context

Output Parameters

bal - the balancing method
its - number of iterations of the balancing algorithm
cutoff - cutoff value

Note

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

See Also

EPSSetBalance(), EPSBalance

Location: src/eps/interface/epsopts.c
Index of all EPS routines
Table of Contents for all manual pages
Index of all manual pages