slepc-3.6.1 2015-09-03
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/ex16f90.F90.html