slepc-3.6.1 2015-09-03
Report Typos and Errors

NEPCISSGetRefinement

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

Synopsis

#include "slepcnep.h" 
PetscErrorCode NEPCISSGetRefinement(NEP nep, PetscInt *inner, PetscInt *outer,PetscInt *blsize)
Not Collective

Input Parameter

nep - the eigenproblem solver context

Output Parameters

inner - number of iterative refinement iterations (inner loop)
outer - number of iterative refinement iterations (outer loop)
blsize - number of iterative refinement iterations (blocksize loop)

See Also

NEPCISSSetRefinement()

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