#include "slepceps.h" PetscErrorCode EPSSetType(EPS eps,const EPSType type)Collective on EPS
eps | - the eigensolver context | |
type | - a known method |
Normally, it is best to use the EPSSetFromOptions() command and then set the EPS type from the options database rather than by using this routine. Using the options database provides the user with maximum flexibility in evaluating the different available methods. The EPSSetType() routine is provided for those situations where it is necessary to set the iterative solver independently of the command line or options database.
Location: src/eps/interface/basic.c
Index of all EPS routines
Table of Contents for all manual pages
Index of all manual pages