QEPSetUp

Sets up all the internal data structures necessary for the execution of the QEP solver.

Synopsis

#include "slepcqep.h" 
PetscErrorCode QEPSetUp(QEP qep)
Collective on QEP

Input Parameter

qep - solver context

Notes

This function need not be called explicitly in most cases, since QEPSolve() calls it. It can be useful when one wants to measure the set-up time separately from the solve time.

See Also

QEPCreate(), QEPSolve(), QEPDestroy()

Location: src/qep/interface/qepsetup.c
Index of all QEP routines
Table of Contents for all manual pages
Index of all manual pages