#include "slepceps.h" PetscErrorCode EPSCISSSetQuadRule(EPS eps,EPSCISSQuadRule quad)Logically Collective on eps
eps | - the eigenproblem solver context | |
quad | - the quadrature rule |
-eps_ciss_quadrule | - Sets the quadrature rule (either 'trapezoidal' or 'chebyshev') |
If the 'chebyshev' option is specified (EPS_CISS_QUADRULE_CHEBYSHEV), then Chebyshev points are used as quadrature points.
Location: src/eps/impls/ciss/ciss.c
Index of all EPS routines
Table of Contents for all manual pages
Index of all manual pages