PCGetVector

Gets a vector associated with the preconditioner; if the vector was not get set it will return a 0 pointer.

Synopsis

#include "petscsles.h" 
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:intermediate
Location:
src/sles/pc/interface/precon.c
Index of all PC routines
Table of Contents for all manual pages
Index of all manual pages