#include "slepcnep.h" PetscErrorCode NEPNLEIGSSetInterpolation(NEP nep,PetscReal tol,PetscInt degree)Collective
nep | - the nonlinear eigensolver context | |
tol | - tolerance to stop computing divided differences | |
degree | - maximum degree of interpolation |
-nep_nleigs_interpolation_tol <tol> | - Sets the tolerance to stop computing divided differences | |
-nep_nleigs_interpolation_degree <degree> | - Sets the maximum degree of interpolation |