slepc-3.6.1 2015-09-03
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()
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