EPSJDGetBlockSize

Gets the number of vectors added to the searching space every iteration.

Synopsis

#include "slepceps.h" 
PetscErrorCode EPSJDGetBlockSize(EPS eps,PetscInt *blocksize)
Collective on EPS

Input Parameter

eps - the eigenproblem solver context

Output Parameter

blocksize - integer indicating the number of vectors added to the searching space every iteration.

See Also

EPSJDSetBlockSize()

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