EPSKrylovSchurGetDetectZeros#
Gets the flag that enforces zero detection in spectrum slicing.
Synopsis#
#include "slepceps.h"
PetscErrorCode EPSKrylovSchurGetDetectZeros(EPS eps,PetscBool *detect)
Not Collective
Input Parameter#
eps - the eigenproblem solver context
Output Parameter#
detect - whether zeros detection is enforced during factorizations
See Also#
EPSKrylovSchurSetDetectZeros()
Level#
advanced
Location#
Implementations#
EPSKrylovSchurGetDetectZeros_KrylovSchur() in src/eps/impls/krylov/krylovschur/krylovschur.c
Index of all EPS routines Table of Contents for all manual pages Index of all manual pages