EPSCISSQuadRule#
The quadrature rule used in the EPSCISS solver.
Synopsis#
typedef enum { EPS_CISS_QUADRULE_TRAPEZOIDAL = 1,
EPS_CISS_QUADRULE_CHEBYSHEV = 2 } EPSCISSQuadRule;
Values#
EPS_CISS_QUADRULE_TRAPEZOIDAL- trapezoidal ruleEPS_CISS_QUADRULE_CHEBYSHEV- Gauss quadrature on Chebyshev points
Note#
For a detailed description see [Maeda et al., 2016].
References#
[Mae16]
Y. Maeda, T. Sakurai, and J. E. Roman. Contour integral spectrum slicing method in SLEPc. Technical Report STR-11, Universitat Politècnica de València, 2016. URL: https://slepc.upv.es/documentation.
See Also#
EPS: Eigenvalue Problem Solver, EPSCISSSetQuadRule(), EPSCISSGetQuadRule()
Level#
advanced
Location#
Index of all EPS routines Table of Contents for all manual pages Index of all manual pages