PCApplyBAorAB

Applies the preconditioner and operator to a vector.

Synopsis

int PCApplyBAorAB(PC pc, PCSide side,Vec x,Vec y,Vec work)
Collective on PC and Vec

Input Parameters

  PC_LEFT, PC_RIGHT, or PC_SYMMETRIC
pc - the preconditioner context
side - indicates the preconditioner side, one of
x - input vector
work - work vector

Output Parameter

y -output vector

Keywords

PC, apply, operator

See Also

PCApply(), PCApplyTrans(), PCApplyBAorABTrans()

Location: src/pc/interface/precon.c
PC Index
Table of Contents