#include "slepceps.h" PetscErrorCode EPSPRIMMESetMethod(EPS eps, EPSPRIMMEMethod method)Collective on EPS
eps | - the eigenproblem solver context | |
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 |
Location: src/eps/impls/primme/primmes.c
Index of all EPS routines
Table of Contents for all manual pages
Index of all manual pages