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