#include "slepcnep.h" PetscErrorCode NEPGetJacobian(NEP nep,Mat *A,PetscErrorCode (**jac)(NEP,PetscScalar,Mat,void*),void **ctx)Not Collective, but Mat object will be parallel if NEP object is
nep | - the nonlinear eigensolver context |
A | - location to stash Jacobian matrix (or NULL) | |
jac | - location to put Jacobian function (or NULL) | |
ctx | - location to stash Jacobian context (or NULL) |
Location: src/nep/interface/nepbasic.c
Index of all NEP routines
Table of Contents for all manual pages
Index of all manual pages