slepc-3.20.2 2024-03-15
Report Typos and Errors

EPSJDSetRestart

Sets 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 EPSJDSetRestart(EPS eps,PetscInt minv,PetscInt plusk)
Logically Collective

Input Parameters

eps  - the eigenproblem solver context
minv  - number of vectors of the searching subspace after restarting
plusk  - number of vectors saved from the previous iteration

Options Database Keys

-eps_jd_minv  - number of vectors of the searching subspace after restarting
-eps_jd_plusk  - number of vectors saved from the previous iteration

See Also

EPSJDGetRestart()

Level

advanced

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