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