#include "slepcnep.h" PetscErrorCode NEPInterpolSetInterpolation(NEP nep,PetscReal tol,PetscInt deg)Collective
nep | - nonlinear eigenvalue solver | |
tol | - tolerance to stop computing polynomial coefficients | |
deg | - maximum degree of interpolation |
-nep_interpol_interpolation_tol <tol> | - Sets the tolerance to stop computing polynomial coefficients | |
-nep_interpol_interpolation_degree <degree> | - Sets the maximum degree of interpolation |