PCMultiLevelApplyP1Trans
his function applies the transpose of P_1, the projector on the range of B, to a vector.
Synopsis
#include "pc.h"
int PCMultiLevelApplyP1Trans(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, PCMultiLevelApplyP, PCMultiLevelApplyPTrans,
PCMultiLevelApplyP1, 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