PFApplyVec
Applies the mathematical function to a vector
Synopsis
#include "pf.h"
int PFApplyVec(PF pf,Vec x,Vec y)
Collective on PF
Input Parameters
| pf | - the preconditioner context
|
| x | - input vector
|
Output Parameter
y -output vector
Keywords
PF, apply
See Also
PFApply(), PFCreate(), PFDestroy(), PFSetType(), PFSet()
Examples
src/pf/examples/tutorials/ex1.c
Level:beginner
Location:src/pf/interface/pf.c
Vector Index
Table of Contents