#include "slepcds.h" #include "slepcrg.h" PetscErrorCode DSNEPSetRefine(DS ds,PetscReal tol,PetscInt its)Logically Collective on ds
ds | - the direct solver context | |
tol | - the tolerance | |
its | - the number of iterations |
-ds_nep_refine_tol <tol> | - sets the tolerance | |
-ds_nep_refine_its <its> | - sets the number of Newton iterations |
Location: src/sys/classes/ds/impls/nep/dsnep.c
Index of all DS routines
Table of Contents for all manual pages
Index of all manual pages