EPSLOBPCGGetLocking#
Gets the locking flag used in the LOBPCG method.
Synopsis#
#include "slepceps.h"
PetscErrorCode EPSLOBPCGGetLocking(EPS eps,PetscBool *lock)
Not Collective
Input Parameter#
eps - the eigenproblem solver context
Output Parameter#
lock - the locking flag
See Also#
EPSLOBPCGSetLocking()
Level#
advanced
Location#
Implementations#
EPSLOBPCGGetLocking_LOBPCG() in src/eps/impls/cg/lobpcg/lobpcg.c
Index of all EPS routines Table of Contents for all manual pages Index of all manual pages