slepc-3.18.0 2022-10-01
DSNEPGetIntegrationPoints
Returns the number of integration points used in the contour integral method.
Synopsis
#include "slepcds.h"
#include "slepcrg.h"
PetscErrorCode DSNEPGetIntegrationPoints(DS ds,PetscInt *ip)
Not collective
Input Parameter
| ds | - the direct solver context
|
Output Parameters
| ip | - the number of integration points
|
See Also
DSNEPSetIntegrationPoints()
Level
advanced
Location
src/sys/classes/ds/impls/nep/dsnep.c
Index of all DS routines
Table of Contents for all manual pages
Index of all manual pages