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