slepc-3.6.3 2016-03-29
Report Typos and Errors

DSNEPGetFN

Gets the functions associated with the nonlinear DS.

Synopsis

#include "slepcds.h" 
PetscErrorCode DSNEPGetFN(DS ds,PetscInt k,FN *fn)
Not collective, though parallel FNs are returned if the DS is parallel

Input Parameter

ds - the direct solver context
k - the index of the requested function (starting in 0)

Output Parameter

fn - the function

See Also

DSNEPSetFN()

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