#include "slepcnep.h" PetscErrorCode NEPGetFunction(NEP nep,Mat *A,Mat *B,NEPFunctionFn **fun,void **ctx)Not Collective
nep | - the nonlinear eigensolver context |
A | - location to stash Function matrix (or NULL) | |
B | - location to stash preconditioner matrix (or NULL) | |
fun | - location to put Function function (or NULL) | |
ctx | - location to stash Function context (or NULL) |