PCApplySymmetricRight
Applies the right part of a symmetric preconditioner to a vector.
Synopsis
int PCApplySymmetricRight(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
Notes
Currently, this routine is implemented only for PCICC and PCJACOBI preconditioners.
Keywords
PC, apply, symmetric, right
See Also
PCApply(), PCApplySymmetricLeft()
Location: src/pc/interface/precon.c
PC Index
Table of Contents