EPSPRIMMEGetMethod#
Gets the method for the PRIMME library.
Synopsis#
#include "slepceps.h"
PetscErrorCode EPSPRIMMEGetMethod(EPS eps,EPSPRIMMEMethod *method)
Not Collective
Input Parameter#
eps - the eigenproblem solver context
Output Parameter#
method - method that will be used by PRIMME
See Also#
EPSPRIMMESetMethod(), EPSPRIMMEMethod
Level#
advanced
Location#
Implementations#
EPSPRIMMEGetMethod_PRIMME() in src/eps/impls/external/primme/primme.c
Index of all EPS routines Table of Contents for all manual pages Index of all manual pages