slepc-3.6.3 2016-03-29
Report Typos and Errors

NEPCISSSetRefinement

Sets the values of various refinement parameters in the CISS solver.

Synopsis

#include "slepcnep.h" 
PetscErrorCode NEPCISSSetRefinement(NEP nep,PetscInt inner,PetscInt outer,PetscInt blsize)
Logically Collective on NEP

Input Parameters

nep - the eigenproblem solver context
inner - number of iterative refinement iterations (inner loop)
outer - number of iterative refinement iterations (outer loop)
blsize - number of iterative refinement iterations (blocksize loop)

Options Database Keys

-nep_ciss_refine_inner - Sets number of inner iterations
-nep_ciss_refine_outer - Sets number of outer iterations
-nep_ciss_refine_blocksize - Sets number of blocksize iterations

See Also

NEPCISSGetRefinement()

Location: src/nep/impls/ciss/nciss.c
Index of all NEP routines
Table of Contents for all manual pages
Index of all manual pages