#include "slepceps.h" PetscErrorCode EPSSetOptionsPrefix(EPS eps,const char *prefix)Logically Collective on EPS
eps | - the eigensolver context | |
prefix | - the prefix string to prepend to all EPS option requests |
For example, to distinguish between the runtime options for two different EPS contexts, one could call
EPSSetOptionsPrefix(eps1,"eig1_") EPSSetOptionsPrefix(eps2,"eig2_")
Location: src/eps/interface/opts.c
Index of all EPS routines
Table of Contents for all manual pages
Index of all manual pages