VecRestoreArrays

Restores a group of vectors after VecGetArrays() has been called.

Synopsis

int VecRestoreArrays(Vec *x,int n,Scalar ***a)
Not Collective

Input Parameters

x - the vector
n - the number of vectors
a - location of pointer to arrays obtained from VecGetArrays()

Fortran Note

This routine is not supported in Fortran.

Keywords

vector, restore, arrays

See Also

VecGetArrays(), VecRestoreArray()

Location: src/vec/interface/vector.c
Vector Index
Table of Contents