#include "petscvec.h" PetscErrorCode VecRestoreArray2d(Vec x,PetscInt m,PetscInt n,PetscInt mstart,PetscInt nstart,PetscScalar **a[])Logically Collective Many br
| x | - the vector Many br | |
| m | - first dimension of two dimensional array Many br | |
| n | - second dimension of the two dimensional array Many br | |
| mstart | - first index you will use in first coordinate direction (often 0) Many br | |
| nstart | - first index in the second coordinate direction (often 0) Many br | |
| a | - location of pointer to array obtained from VecGetArray2d() Many br |
Many br
This routine actually zeros out the a pointer. 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