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
typeof vector to allocate if necessary.
Keywords
PC, set, vector
Location: src/pc/interface/precon.c
PC Index
Table of Contents