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

EPSLOBPCGSetBlockSize

Sets the block size of the LOBPCG method.

Synopsis

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

Input Parameters

eps  - the eigenproblem solver context
bs  - the block size

Options Database Key

-eps_lobpcg_blocksize  - Sets the block size

See Also

EPSLOBPCGGetBlockSize()

Level

advanced

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