slepc-3.17.1 2022-04-11
Report Typos and Errors

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()

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