#include "petscvec.h" PetscErrorCode VecReplaceArray(Vec vec,const PetscScalar array[])Not Collective Many br
vec | - the vector Many br | |
array | - the array Many br |
The memory passed in MUST be obtained with PetscMalloc() and CANNOT be Many brfreed by the user. It will be freed when the vector is destroy. Many br
Not supported from Fortran Many br
Many br
Level:developer
Location:src/vec/vec/interface/rvector.c
Index of all Vec routines
Table of Contents for all manual pages
Index of all manual pages