slepc-3.6.3 2016-03-29
Report Typos and Errors

PEPCreate

Creates the default PEP context.

Synopsis

#include "slepcpep.h" 
PetscErrorCode PEPCreate(MPI_Comm comm,PEP *outpep)
Collective on MPI_Comm

Input Parameter

comm - MPI communicator

Output Parameter

pep - location to put the PEP context

Note

The default PEP type is PEPTOAR

See Also

PEPSetUp(), PEPSolve(), PEPDestroy(), PEP

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