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
  • PEPDestroy

PEPDestroy#

Destroys the PEP context.

Synopsis#

#include "slepcpep.h" 
PetscErrorCode PEPDestroy(PEP *pep)

Collective

Input Parameter#

  • pep - eigensolver context obtained from PEPCreate()

See Also#

PEPCreate(), PEPSetUp(), PEPSolve()

Level#

beginner

Location#

src/pep/interface/pepbasic.c

Examples#

src/pep/tutorials/ex28.c
src/pep/tutorials/ex16f.F90
src/pep/tutorials/ex16.c
src/pep/tutorials/ex50.c
src/pep/tutorials/ex38.c
src/pep/tutorials/ex40.c
src/pep/tutorials/ex17.c

Implementations#

PEPDestroy_CISS() in src/pep/impls/ciss/pciss.c
PEPDestroy_JD() in src/pep/impls/jd/pjd.c
PEPDestroy_QArnoldi() in src/pep/impls/krylov/qarnoldi/qarnoldi.c
PEPDestroy_STOAR() in src/pep/impls/krylov/stoar/stoar.c
PEPDestroy_TOAR() in src/pep/impls/krylov/toar/ptoar.c
PEPDestroy_Linear() in src/pep/impls/linear/linear.c


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

On this page
  • Synopsis
  • Input Parameter
  • See Also
  • Level
  • Location
  • Examples
  • Implementations
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.