QPChainFind

Find QP in the chain.

Synopsis

PetscErrorCode QPChainFind(QP qp,PetscErrorCode(*transform)(QP),QP *child)
Not Collective

Input Parameters

qp - a QP that is member of the chain; specifies the starting point of search
transform - a tranformation function that was used to create QP we search for

Output Parameters

child -first QP in chain that was transformed by transform; NULL if such QP does not exist

Level:advanced
Location:
src/qp/interface/qpchain.c
Index of all QP routines
Table of Contents for all manual pages
Index of all manual pages