EPSPRIMMEGetMethod
Gets the method for the PRIMME library.
Synopsis
#include "slepceps.h"
PetscErrorCode EPSPRIMMEGetMethod(EPS eps, EPSPRIMMEMethod *method)
Mon Collective on EPS
Input Parameters
eps - the eigenproblem solver context
Output Parameters
method - method that will be used by PRIMME. It must be one of:
EPSPRIMME_DYNAMIC, EPSPRIMME_DEFAULT_MIN_TIME(EPSPRIMME_JDQMR_ETOL),
EPSPRIMME_DEFAULT_MIN_MATVECS(EPSPRIMME_GD_OLSEN_PLUSK), EPSPRIMME_ARNOLDI,
EPSPRIMME_GD, EPSPRIMME_GD_PLUSK, EPSPRIMME_GD_OLSEN_PLUSK,
EPSPRIMME_JD_OLSEN_PLUSK, EPSPRIMME_RQI, EPSPRIMME_JDQR, EPSPRIMME_JDQMR,
EPSPRIMME_JDQMR_ETOL, EPSPRIMME_SUBSPACE_ITERATION,
EPSPRIMME_LOBPCG_ORTHOBASIS, EPSPRIMME_LOBPCG_ORTHOBASISW
See Also
EPSPRIMMESetMethod(), EPSPRIMMEMethod
Location: src/eps/impls/primme/primmes.c
Index of all EPS routines
Table of Contents for all manual pages
Index of all manual pages