slepc-3.16.0 2021-09-30
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 *blsize)
Not Collective

Input Parameter

nep  - the nonlinear eigensolver context

Output Parameters

inner  - number of iterative refinement iterations (inner 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