#include "slepclme.h" PetscErrorCode LMESetOptionsPrefix(LME lme,const char *prefix)Logically Collective on lme
lme | - the linear matrix equation solver context | |
prefix | - the prefix string to prepend to all LME option requests |
For example, to distinguish between the runtime options for two different LME contexts, one could call
LMESetOptionsPrefix(lme1,"fun1_") LMESetOptionsPrefix(lme2,"fun2_")
Location: src/lme/interface/lmeopts.c
Index of all LME routines
Table of Contents for all manual pages
Index of all manual pages