slepc-3.6.1 2015-09-03
PEPSetUp
Sets up all the internal data structures necessary for the execution of the PEP solver.
Synopsis
#include "slepcpep.h"
PetscErrorCode PEPSetUp(PEP pep)
Collective on PEP
Input Parameter
pep - solver context
Notes
This function need not be called explicitly in most cases, since PEPSolve()
calls it. It can be useful when one wants to measure the set-up time
separately from the solve time.
See Also
PEPCreate(), PEPSolve(), PEPDestroy()
Location: src/pep/interface/pepsetup.c
Index of all PEP routines
Table of Contents for all manual pages
Index of all manual pages