#include "slepcqep.h" PetscErrorCode QEPSetOptionsPrefix(QEP qep,const char *prefix)Logically Collective on QEP
qep | - the quadratic eigensolver context | |
prefix | - the prefix string to prepend to all QEP option requests |
For example, to distinguish between the runtime options for two different QEP contexts, one could call
QEPSetOptionsPrefix(qep1,"qeig1_") QEPSetOptionsPrefix(qep2,"qeig2_")
Location: src/qep/interface/qepopts.c
Index of all QEP routines
Table of Contents for all manual pages
Index of all manual pages