#include "slepcnep.h" PetscErrorCode NEPSetLagPreconditioner(NEP nep,PetscInt lag)Logically Collective on NEP
nep | - the NEP context | |
lag | - 0 indicates NEVER rebuild, 1 means rebuild every time the Jacobian is computed within the nonlinear iteration, 2 means every second time the Jacobian is built, etc. |
Location: src/nep/interface/nepopts.c
Index of all NEP routines
Table of Contents for all manual pages
Index of all manual pages