petsc-3.7.1 2016-05-15
DMDAVecRestoreArrayDOF
Restores a multiple dimension array obtained with DMDAVecGetArrayDOF()
Synopsis
#include "petscdmda.h"
PetscErrorCode DMDAVecRestoreArrayDOF(DM da,Vec vec,void *array)
Logically collective Many br
Input Parameter
| da | - the distributed array Many br |
| vec | - the vector, either a vector the same size as one obtained with Many brDMCreateGlobalVector() or DMCreateLocalVector() Many br |
| array | - the array Many br |
Many br
Keywords
distributed array, get, corners, nodes, local indices, coordinates
See Also
DMDAGetGhostCorners(), DMDAGetCorners(), VecGetArray(), VecRestoreArray(), DMDAVecGetArray(), DMDAVecGetArrayDOF(), DMDAVecRestoreArrayDOF()
Level:intermediate
Location:src/dm/impls/da/dagetarray.c
Index of all DM routines
Table of Contents for all manual pages
Index of all manual pages
Examples
src/dm/examples/tutorials/ex15.c.html
src/dm/examples/tutorials/ex51.c.html
src/ts/examples/tutorials/ex12.c.html