#include "petscvec.h" PetscErrorCode VecRestoreArray3d(Vec x,PetscInt m,PetscInt n,PetscInt p,PetscInt mstart,PetscInt nstart,PetscInt pstart,PetscScalar ***a[])Logically Collective Many br
| x | - the vector Many br | |
| m | - first dimension of three dimensional array Many br | |
| n | - second dimension of the three dimensional array Many br | |
| p | - third dimension of the three 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 | |
| pstart | - first index in the third coordinate direction (often 0) Many br | |
| a | - location of pointer to array obtained from VecGetArray3d() 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