slepc-3.21.1 2024-04-26
Report Typos and Errors

DSNEPSetIntegrationPoints

Sets the number of integration points to be used in the contour integral method.

Synopsis

#include "slepcds.h" 
PetscErrorCode DSNEPSetIntegrationPoints(DS ds,PetscInt ip)
Logically Collective

Input Parameters

ds  - the direct solver context
ip  - the number of integration points

Options Database Key

-ds_nep_integration_points <ip>  - sets the number of integration points

Notes

This parameter is relevant only in the contour integral method.

See Also

DSNEPGetIntegrationPoints()

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