slepc-3.9.1 2018-05-02
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/epsopts.c
Index of all EPS routines
Table of Contents for all manual pages
Index of all manual pages
Examples
src/eps/examples/tutorials/ex1.c.html
src/eps/examples/tutorials/ex2.c.html
src/eps/examples/tutorials/ex3.c.html
src/eps/examples/tutorials/ex4.c.html
src/eps/examples/tutorials/ex5.c.html
src/eps/examples/tutorials/ex7.c.html
src/eps/examples/tutorials/ex9.c.html
src/eps/examples/tutorials/ex10.c.html
src/eps/examples/tutorials/ex11.c.html
src/eps/examples/tutorials/ex12.c.html
src/eps/examples/tutorials/ex13.c.html