VecGetArrays
Returns a pointer to the arrays in a set of vectors that were created by a call to VecDuplicateVecs(). You MUST call VecRestoreArrays() when you no longer need access to the array.
Synopsis
int VecGetArrays(Vec *x,int n,Scalar ***a)
Not
Collective
Input Parameter
x | - the vectors
|
n | - the number of vectors
|
Output Parameter
a -location to put pointer to the array
Fortran Note
This routine is not supported in Fortran.
Keywords
vector, get, arrays
See Also
VecGetArray(), VecRestoreArrays()
Location: src/vec/interface/vector.c
Vector Index
Table of Contents