VecReplaceArray

Allows one to replace the array in a vector with an array provided by the user. This is useful to avoid copying an array into a vector.

Synopsis

#include "petscvec.h" 
int VecReplaceArray(Vec vec,const PetscScalar array[])
Not Collective

Input Parameters

vec - the vector
array - the array

Notes

This permanently replaces the array and frees the memory associated with the old array.

Not supported from Fortran

See Also

VecGetArray(), VecRestoreArray(), VecPlaceArray()

Level:developer
Location:
src/vec/interface/vector.c
Index of all Vec routines
Table of Contents for all manual pages
Index of all manual pages