PCApply

Applies the preconditioner to a vector.

Synopsis

#include "sles.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
PC Index
Table of Contents