slepc-3.14.0 2020-09-30
Report Typos and Errors

EPSFEASTSetNumPoints

Sets the number of contour integration points for the FEAST package.

Synopsis

#include "slepceps.h" 
PetscErrorCode EPSFEASTSetNumPoints(EPS eps,PetscInt npoints)
Collective on EPS

Input Parameters

eps  - the eigenproblem solver context
npoints  - number of contour integration points

Options Database Key

-eps_feast_num_points  - Sets the number of points

See Also

EPSFEASTGetNumPoints()

Location: src/eps/impls/external/feast/feast.c
Index of all EPS routines
Table of Contents for all manual pages
Index of all manual pages