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
Level#
intermediate
Location#
Index of all EPS routines Table of Contents for all manual pages Index of all manual pages