slepc-3.7.4 2017-05-17
PEPGetType
Gets the PEP type as a string from the PEP object.
Synopsis
#include "slepcpep.h"
PetscErrorCode PEPGetType(PEP pep,PEPType *type)
Not Collective
Input Parameter
| pep | - the eigensolver context
|
Output Parameter
| name | - name of PEP method
|
See Also
PEPSetType()
Location: src/pep/interface/pepbasic.c
Index of all PEP routines
Table of Contents for all manual pages
Index of all manual pages
Examples
src/pep/examples/tutorials/ex16.c.html
src/pep/examples/tutorials/ex17.c.html
src/pep/examples/tutorials/ex28.c.html
src/pep/examples/tutorials/ex16f90.F90.html