slepc-3.6.3 2016-03-29
Report Typos and Errors

EPSLOBPCGSetBlockSize

Sets the block size of the LOBPCG method.

Synopsis

#include "slepceps.h" 
#include "slepcds.h" 
PetscErrorCode EPSLOBPCGSetBlockSize(EPS eps,PetscInt bs)
Logically Collective on EPS

Input Parameters

eps - the eigenproblem solver context
bs - the block size

Options Database Key

-eps_lobpcg_blocksize - Sets the block size

See Also

EPSLOBPCGGetBlockSize()

Location: src/eps/impls/cg/lobpcg/lobpcg.c
Index of all EPS routines
Table of Contents for all manual pages
Index of all manual pages