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

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 eigenproblem solver context

Output Parameter

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

See Also

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