slepc-main 2024-12-17
Report Typos and Errors

EPSCHASEGetDegree

Gets the degree of the Chebyshev polynomial filter used in the ChASE solver.

Synopsis

#include "slepceps.h" 
PetscErrorCode EPSCHASEGetDegree(EPS eps,PetscInt *deg,PetscBool *opt)
Not Collective

Input Parameter

eps  - the eigenproblem solver context

Output Parameters

deg  - initial degree of Chebyshev polynomial filter
opt  - internal optimization of polynomial degree

See Also

EPSCHASESetDegree()

Level

advanced

Location

src/eps/impls/external/chase/chase.c

Index of all EPS routines
Table of Contents for all manual pages
Index of all manual pages