EPSCISSSetRefinement#

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

Synopsis#

#include "slepceps.h" 
PetscErrorCode EPSCISSSetRefinement(EPS eps,PetscInt inner,PetscInt blsize)

Logically Collective

Input Parameters#

  • eps - the linear eigensolver context

  • inner - number of iterative refinement iterations (inner loop)

  • blsize - number of iterative refinement iterations (blocksize loop)

Options Database Keys#

  • -eps_ciss_refine_inner - Sets number of inner iterations

  • -eps_ciss_refine_blocksize - Sets number of blocksize iterations

Note#

PETSC_CURRENT can be used to preserve the current value of any of the arguments, and PETSC_DETERMINE to set them to a default of 0.

See Also#

EPS: Eigenvalue Problem Solver, EPSCISSGetRefinement()

Level#

advanced

Location#

src/eps/impls/ciss/ciss.c

Implementations#

EPSCISSSetRefinement_CISS() in src/eps/impls/ciss/ciss.c


Index of all EPS routines Table of Contents for all manual pages Index of all manual pages