EPSGetOptionsPrefix

Gets the prefix used for searching for all EPS options in the database.

Synopsis

#include "slepceps.h" 
int EPSGetOptionsPrefix(EPS eps,char **prefix)
Not Collective

Input Parameters

eps -the eigensolver context

Output Parameters

prefix -pointer to the prefix string used is returned

Notes: On the fortran side, the user should pass in a string 'prefix' of sufficient length to hold the prefix.

See Also

EPSSetOptionsPrefix(), EPSAppendOptionsPrefix()

Level:advanced
Location:
src/eps/interface/itcl.c
Index of all EPS routines
Table of Contents for all manual pages
Index of all manual pages