#include "slepcnep.h" PetscErrorCode NEPGetSplitOperatorTerm(NEP nep,PetscInt k,Mat *A,FN *f)Not collective, though parallel Mats and FNs are returned if the NEP is parallel
nep | - the nonlinear eigensolver context | |
k | - the index of the requested term (starting in 0) |
A | - the matrix of the requested term | |
f | - the function of the requested term |
Location: src/nep/interface/nepbasic.c
Index of all NEP routines
Table of Contents for all manual pages
Index of all manual pages