DMDAVecRestoreArrayDOFWrite#
Restores a multiple dimension array obtained with DMDAVecGetArrayDOFWrite()
Synopsis#
#include "petscdmda.h"
PetscErrorCode DMDAVecRestoreArrayDOFWrite(DM da, Vec vec, void *array)
Not Collective
Input Parameters#
da - the
DMDA
vec - a vector the same size as one obtained with
DMCreateGlobalVector()
orDMCreateLocalVector()
array - the
array
pointer
Fortran Note#
See Also#
DMDA - Creating vectors for structured grids, DMDA - Setting vector values, DM
, DMDA
, DMDAGetGhostCorners()
, DMDAGetCorners()
, VecGetArray()
, VecRestoreArray()
, DMDAVecGetArray()
, DMDAVecGetArrayDOF()
, DMDAVecRestoreArrayDOF()
,
DMDAVecGetArrayWrite()
, DMDAVecRestoreArrayWrite()
Level#
intermediate
Location#
Examples#
Index of all DMDA routines
Table of Contents for all manual pages
Index of all manual pages