LMEGetOptionsPrefix#
Gets the prefix used for searching for all LME options in the database.
Synopsis#
#include "slepclme.h"
PetscErrorCode LMEGetOptionsPrefix(LME lme,const char *prefix[])
Not Collective
Input Parameters#
lme - the linear matrix equation solver context
Output Parameters#
prefix - pointer to the prefix string used is returned
Note#
On the Fortran side, the user should pass in a string ‘prefix’ of sufficient length to hold the prefix.
See Also#
LMESetOptionsPrefix(), LMEAppendOptionsPrefix()
Level#
advanced
Location#
Index of all LME routines Table of Contents for all manual pages Index of all manual pages