slepc-3.10.2 2019-02-11
Report Typos and Errors

PEPDestroy

Destroys the PEP context.

Synopsis

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

Input Parameter

pep  - eigensolver context obtained from PEPCreate()

See Also

PEPCreate(), PEPSetUp(), PEPSolve()

Location: src/pep/interface/pepbasic.c
Index of all PEP routines
Table of Contents for all manual pages
Index of all manual pages

Examples

src/pep/examples/tutorials/ex16.c.html
src/pep/examples/tutorials/ex17.c.html
src/pep/examples/tutorials/ex28.c.html
src/pep/examples/tutorials/ex38.c.html
src/pep/examples/tutorials/ex16f90.F90.html
src/pep/examples/nlevp/acoustic_wave_1d.c.html
src/pep/examples/nlevp/acoustic_wave_2d.c.html
src/pep/examples/nlevp/butterfly.c.html
src/pep/examples/nlevp/damped_beam.c.html
src/pep/examples/nlevp/pdde_stability.c.html
src/pep/examples/nlevp/planar_waveguide.c.html