PCSetVector
Sets a vector associated with the preconditioner.
Synopsis
int PCSetVector(PC pc,Vec vec)
Collective on PC and Vec
Input Parameters
pc | - the preconditioner context
|
vec | - the vector
|
Notes
The vector must be set so that the preconditioner knows what type
of vector to allocate if necessary.
Keywords
PC, set, vector
See Also
PCGetVector()
Level:developer
Location:src/sles/pc/interface/precon.c
PC Index
Table of Contents