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