EPSJDGetRestart

Gets the number of vectors of the searching space after restarting and the number of vectors saved from the previous iteration.

Synopsis

#include "slepceps.h" 
PetscErrorCode EPSJDGetRestart(EPS eps,PetscInt *minv,PetscInt *plusk)
Collective on EPS

Input Parameter

eps - the eigenproblem solver context

Output Parameter

minv - non-zero positive integer indicating the number of vectors of the searching subspace after restarting
plusk - positive integer indicating the number of vectors saved from the previous iteration

See Also

EPSJDSetRestart()

Location: src/eps/impls/davidson/jd/jd.c
Index of all EPS routines
Table of Contents for all manual pages
Index of all manual pages