EPSGetType#
Gets the EPS type as a string from the EPS object.
Synopsis#
#include "slepceps.h"
PetscErrorCode EPSGetType(EPS eps,EPSType *type)
Not Collective
Input Parameter#
eps - the linear eigensolver context
Output Parameter#
type - name of
EPSmethod
See Also#
Level#
intermediate
Location#
Examples#
src/eps/tutorials/ex3.c
src/eps/tutorials/ex24.c
src/eps/tutorials/ex11.c
src/eps/tutorials/ex34.c
src/eps/tutorials/ex6f.F90
src/eps/tutorials/ex4.c
src/eps/tutorials/ex35.c
src/eps/tutorials/ex5.c
src/eps/tutorials/ex43.c
src/eps/tutorials/ex36.c
Index of all EPS routines Table of Contents for all manual pages Index of all manual pages