PCMultiLevelApplyP
his function applies P to a vector.
Synopsis
#include "pc.h"
int PCMultiLevelApplyP(PC pc, GVec x, GVec y)
Input Parameters
| pc | - The preconditioner context
|
| x | - The input vector
|
Output Parameter
y -The output vector
Keywords
multilevel
See Also
PCMultiLevelApplyGradient, PCMultiLevelApplyGradientTrans, PCMultiLevelApplyPTrans, PCMultiLevelApplyP1,
PCMultiLevelApplyP1Trans, PCMultiLevelApplyP2, PCMultiLevelApplyP2Trans, PCMultiLevelApplyV
PCMultiLevelApplyVTrans, PCMultiLevelApplyDInv, PCMultiLevelApplyDInvTrans
Level:intermediate
Location:src/sles/pc/impls/ml/mlApply.c
Index of all PC routines
Table of Contents for all manual pages
Index of all manual pages