slepc-3.18.1 2022-11-02
EPSLOBPCGSetBlockSize
Sets the block size of the LOBPCG method.
Synopsis
#include "slepceps.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()
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