PCApply

Applies the preconditioner to a vector.

Synopsis

#include "petscsles.h" 
int PCApply(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

See Also

PCApplyTranspose(), PCApplyBAorAB()

Level:developer
Location:
src/sles/pc/interface/precon.c
Index of all PC routines
Table of Contents for all manual pages
Index of all manual pages

Examples

src/sles/examples/tutorials/ex21f.F.html