petsc-3.7.1 2016-05-15
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
#include "petscvec.h"
PetscErrorCode VecGetArrays(const Vec x[],PetscInt n,PetscScalar **a[])
Logically Collective on Vec Many br
Input Parameter
| x | - the vectors Many br |
| n | - the number of vectors Many br |
Output Parameter
a -location to put pointer to the array Many br
Fortran Note
This routine is not supported in Fortran. Many br
Many br
See Also
VecGetArray(), VecRestoreArrays()
Level:intermediate
Location:src/vec/vec/interface/rvector.c
Index of all Vec routines
Table of Contents for all manual pages
Index of all manual pages