EPSGDGetBlockSize#

Returns the number of vectors to be added to the searching space in every iteration.

Synopsis#

#include "slepceps.h" 
PetscErrorCode EPSGDGetBlockSize(EPS eps,PetscInt *blocksize)

Not Collective

Input Parameter#

  • eps - the linear eigensolver context

Output Parameter#

  • blocksize - number of vectors added to the search space in every iteration

See Also#

EPS: Eigenvalue Problem Solver, EPSGDSetBlockSize()

Level#

advanced

Location#

src/eps/impls/davidson/gd/gd.c


Index of all EPS routines Table of Contents for all manual pages Index of all manual pages