QEPCreate
Creates the default QEP context. 
Synopsis
#include "slepcqep.h" 
PetscErrorCode QEPCreate(MPI_Comm comm,QEP *outqep)
Collective on MPI_Comm
Input Parameter
comm  - MPI communicator
Output Parameter
qep  - location to put the QEP context
Note
The default QEP type is QEPLINEAR
See Also
 QEPSetUp(), QEPSolve(), QEPDestroy(), QEP
Location: src/qep/interface/qepbasic.c
Index of all QEP routines
Table of Contents for all manual pages
Index of all manual pages
Examples
src/qep/examples/tutorials/ex16.c.html
src/qep/examples/tutorials/ex17.c.html
src/qep/examples/tutorials/ex16f90.F90.html