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

PEPReset#

Resets the PEP context to the initial state (prior to setup) and destroys any allocated Vecs and Mats.

Synopsis#

#include "slepcpep.h" 
PetscErrorCode PEPReset(PEP pep)

Collective

Input Parameter#

  • pep - the polynomial eigensolver context

See Also#

PEP: Polynomial Eigenvalue Problems, PEPDestroy()

Level#

advanced

Location#

src/pep/interface/pepbasic.c

Implementations#

PEPReset_CISS() in src/pep/impls/ciss/pciss.c
PEPReset_JD() in src/pep/impls/jd/pjd.c
PEPReset_STOAR() in src/pep/impls/krylov/stoar/stoar.c
PEPReset_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
  • Implementations
Edit on GitLab

This Page

  • Show Source

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

Created using Sphinx 8.2.3.

Built with the PyData Sphinx Theme 0.16.1.