petsc-3.3-p7 2013-05-11

DMIGAVecRestoreArray

Restores a multiple dimension array obtained with DMIGAVecGetArray()

Synopsis

#include "petscdmiga.h"   
PetscErrorCode DMIGAVecRestoreArray(DM dm, Vec vec, void *array)
Not Collective

Input Parameters

dm - the IGA
vec - the vector, either a vector the same size as one obtained with DMCreateGlobalVector() or DMCreateLocalVector()
array - the array

Keywords

distributed array, get, corners, nodes, local indices, coordinates

See Also

DMIGAVecGetArray(), VecGetArray(), VecRestoreArray(), DMDAVecRestoreArray(), DMDAVecGetArray()

Level:intermediate
Location:
src/dm/impls/igaiga.c
Index of all DM routines
Table of Contents for all manual pages
Index of all manual pages

Examples

src/ts/examples/tutorials/ex18.c.html