Skip to main content
Ctrl+K
SLEPc Home SLEPc Home
  • About
  • Installation
  • Documentation
  • C/Fortran API
  • slepc4py API
  • Material
  • Contact
  • GitLab
  • UPV
  • Feed
  • About
  • Installation
  • Documentation
  • C/Fortran API
  • slepc4py API
  • Material
  • Contact
  • GitLab
  • UPV
  • Feed
  • EPSGetType

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

See Also#

EPS: Eigenvalue Problem Solver, EPSSetType()

Level#

intermediate

Location#

src/eps/interface/epsbasic.c

Examples#

src/eps/tutorials/ex31.c
src/eps/tutorials/ex9.c
src/eps/tutorials/ex10.c
src/eps/tutorials/ex3.c
src/eps/tutorials/ex6f.F90
src/eps/tutorials/ex2.c
src/eps/tutorials/ex36.c
src/eps/tutorials/ex18.c
src/eps/tutorials/ex41.c
src/eps/tutorials/ex1f.F90


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

On this page
  • Synopsis
  • Input Parameter
  • Output Parameter
  • See Also
  • Level
  • Location
  • Examples
Edit on GitLab

This Page

  • Show Source

© Copyright 2002-2025, Universitat Politecnica de Valencia, Spain.

Created using Sphinx 7.3.7.

Built with the PyData Sphinx Theme 0.16.1.