QEPSetFromOptions
Sets QEP options from the options database. This routine must be called before QEPSetUp() if the user is to be allowed to set the solver type.
Synopsis
#include "slepcqep.h"
PetscErrorCode QEPSetFromOptions(QEP qep)
Collective on QEP
Input Parameters
qep - the quadratic eigensolver context
Notes
To see all options, run your program with the -help option.
Location: src/qep/interface/qepopts.c
Index of all QEP routines
Table of Contents for all manual pages
Index of all manual pages