#include "slepcnep.h" PetscErrorCode NEPGetFunction(NEP nep,Mat *A,Mat *B,PetscErrorCode (**fun)(NEP,PetscScalar,Mat*,Mat*,MatStructure*,void*),void **ctx)Not Collective, but Mat object will be parallel if NEP object is
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) |
Location: src/nep/interface/nepbasic.c
Index of all NEP routines
Table of Contents for all manual pages
Index of all manual pages