PEPTOARGetLocking#
Gets the locking flag used in the TOAR method.
Synopsis#
#include "slepcpep.h"
PetscErrorCode PEPTOARGetLocking(PEP pep,PetscBool *lock)
Not Collective
Input Parameter#
pep - the eigenproblem solver context
Output Parameter#
lock - the locking flag
See Also#
PEPTOARSetLocking()
Level#
advanced
Location#
Implementations#
PEPTOARGetLocking_TOAR() in src/pep/impls/krylov/toar/ptoar.c
Index of all PEP routines Table of Contents for all manual pages Index of all manual pages