PCApplyTrans
Applies the transpose of preconditioner to a vector.
Synopsis
int PCApplyTrans(PC pc,Vec x,Vec y)
Collective on PC and
Vec
Input Parameters
pc | - the preconditioner context
|
x | - input vector
|
Output Parameter
y -output vector
Keywords
PC, apply, transpose
See Also
PCApplyTrans(), PCApplyBAorAB(), PCApplyBAorABTrans()
Location: src/pc/interface/precon.c
PC Index
Table of Contents