VecSetOption
Sets an option for controling a vector's behavior.
Synopsis
int VecSetOption(Vec x,VecOption op)
Collective on Vec
Input Parameter
x | - the vector
|
op | - the option
|
Notes
Currently the only option supported is
VEC_IGNORE_OFF_PROC_ENTRIES, which causes VecSetValues() to ignore
entries destined to be stored on a seperate processor.
Keywords
vector, options
Level:intermediate
Location:src/vec/interface/vector.c
Vector Index
Table of Contents