PCGetVector
Gets a vector associated with the preconditioner; if the vector was not get set it will return a 0 pointer.
Synopsis
int PCGetVector(PC pc,Vec *vec)
Not collective, but vector is shared by all processors that share the PC
Input Parameter
pc -the preconditioner context
Output Parameter
vec -the vector
Keywords
PC, get, vector
See Also
PCSetVector()
Level:developer
Location:src/sles/pc/interface/precon.c
PC Index
Table of Contents