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 EPS method

Note#

type should not be retained for later use as it will be an invalid pointer if the EPSType of eps is changed.

See Also#

EPS: Eigenvalue Problem Solver, EPSSetType(), PetscObjectTypeCompare(), PetscObjectTypeCompareAny()

Level#

intermediate

Location#

src/eps/interface/epsbasic.c

Examples#

src/eps/tutorials/ex41.c
src/eps/tutorials/ex11.c
src/eps/tutorials/ex5.c
src/eps/tutorials/ex1.c
src/eps/tutorials/ex24.c
src/eps/tutorials/ex2.c
src/eps/tutorials/ex44.c
src/eps/tutorials/ex18.c
src/eps/tutorials/ex3.c
src/eps/tutorials/ex34.c


Index of all EPS routines Table of Contents for all manual pages Index of all manual pages