#include "petscvec.h" int VecRestoreArray3d(Vec x,int m,int n,int p,int mstart,int nstart,int pstart,PetscScalar ***a[])Not Collective
x | - the vector | |
m | - first dimension of three dimensional array | |
n | - second dimension of the three dimensional array | |
p | - third dimension of the three dimensional array | |
mstart | - first index you will use in first coordinate direction (often 0) | |
nstart | - first index in the second coordinate direction (often 0) | |
pstart | - first index in the third coordinate direction (often 0) | |
a | - location of pointer to array obtained from VecGetArray3d() |
This routine actually zeros out the a pointer.
Level:beginner
Location:src/vec/interface/vector.c
Index of all Vec routines
Table of Contents for all manual pages
Index of all manual pages