EPSPRIMMEGetPrecond

Gets the preconditioner to be used in the PRIMME library.

Synopsis

#include "slepceps.h" 
PetscErrorCode EPSPRIMMEGetPrecond(EPS eps, EPSPRIMMEPrecond *precond)
Collective on EPS

Input Parameters

eps - the eigenproblem solver context

Output Parameters

precond - either EPSPRIMME_NONE (no preconditioning) or EPSPRIMME_DIAGONAL (diagonal preconditioning)

See Also

EPSPRIMMESetPrecond()

Location: src/eps/impls/primme/primmes.c
Index of all EPS routines
Table of Contents for all manual pages
Index of all manual pages